From c8f775c103acdf3a1e803fdb21c2959a9bee5e34 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 26 Jan 2003 20:19:15 +0000 Subject: [PATCH] Switch to opaque dialogs and menu (with a heavy heart). --- 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 eee417c6c..1f4d75a89 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -178,8 +178,8 @@ void guiInit() // Initialize PUI puInit(); - puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED ); //PUSTYLE_DEFAULT - puSetDefaultColourScheme (0.8, 0.8, 0.8, 0.4); + puSetDefaultStyle ( PUSTYLE_BEVELLED ); //PUSTYLE_DEFAULT + puSetDefaultColourScheme (0.6, 0.6, 0.5, 1.0); initDialog();