]> git.mxchange.org Git - flightgear.git/commitdiff
GUI style changes suggested by Erik Hofman and Curtis Olson.
authordavid <david>
Wed, 5 Feb 2003 02:17:08 +0000 (02:17 +0000)
committerdavid <david>
Wed, 5 Feb 2003 02:17:08 +0000 (02:17 +0000)
src/GUI/gui.cxx

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