From 98644532591524c78870e999a62d66af05469cc1 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 5 Feb 2003 02:17:08 +0000 Subject: [PATCH] GUI style changes suggested by Erik Hofman and Curtis Olson. --- src/GUI/gui.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 1f4d75a89..a12576ce7 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -178,8 +178,8 @@ void guiInit() // Initialize PUI puInit(); - puSetDefaultStyle ( PUSTYLE_BEVELLED ); //PUSTYLE_DEFAULT - puSetDefaultColourScheme (0.6, 0.6, 0.5, 1.0); + puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED ); //PUSTYLE_DEFAULT + puSetDefaultColourScheme (0.8, 0.8, 0.9, 0.8); initDialog(); -- 2.39.5