From: david Date: Wed, 5 Feb 2003 02:17:08 +0000 (+0000) Subject: GUI style changes suggested by Erik Hofman and Curtis Olson. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98644532591524c78870e999a62d66af05469cc1;p=flightgear.git GUI style changes suggested by Erik Hofman and Curtis Olson. --- diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 1f4d75a89..a12576ce7 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -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();