1
0
Fork 0

GUI style changes suggested by Erik Hofman and Curtis Olson.

This commit is contained in:
david 2003-02-05 02:17:08 +00:00
parent e4f1dbace7
commit 9864453259

View 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();