From: david Date: Sun, 26 Jan 2003 20:19:15 +0000 (+0000) Subject: Switch to opaque dialogs and menu (with a heavy heart). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c8f775c103acdf3a1e803fdb21c2959a9bee5e34;p=flightgear.git Switch to opaque dialogs and menu (with a heavy heart). --- 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();