]> git.mxchange.org Git - flightgear.git/commitdiff
Switch to opaque dialogs and menu (with a heavy heart).
authordavid <david>
Sun, 26 Jan 2003 20:19:15 +0000 (20:19 +0000)
committerdavid <david>
Sun, 26 Jan 2003 20:19:15 +0000 (20:19 +0000)
src/GUI/gui.cxx

index eee417c6c853f8d7cf94aeb7a2d19f278cbbf9c7..1f4d75a894c7abb000cb4dcf0d3651e5ad6d6c6f 100644 (file)
@@ -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();