]> git.mxchange.org Git - flightgear.git/commitdiff
Updated menu color scheme.
authorcurt <curt>
Mon, 5 Apr 1999 02:13:18 +0000 (02:13 +0000)
committercurt <curt>
Mon, 5 Apr 1999 02:13:18 +0000 (02:13 +0000)
GUI/gui.cxx

index 4c06111bf6a5cd52cc516d8d772766e5fc456465..d2869f812c8298375f6bef9b966e83a38c99bd23 100644 (file)
@@ -211,7 +211,8 @@ void guiInit()
 
     // puSetDefaultStyle         ( PUSTYLE_SMALL_BEVELLED );
     puSetDefaultStyle         ( PUSTYLE_DEFAULT );
-    puSetDefaultColourScheme  (0.2, 0.4, 0.8, 0.5);
+    // puSetDefaultColourScheme  (0.2, 0.4, 0.8, 0.5);
+    puSetDefaultColourScheme  (0.8, 0.8, 0.8, 0.5);
       
     /* OK the rest is largerly put in here to mimick Steve Baker's
        "complex" example It should change in future versions */