Switch to opaque dialogs and menu (with a heavy heart).
This commit is contained in:
parent
c165466a07
commit
c8f775c103
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue