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
|
// Initialize PUI
|
||||||
puInit();
|
puInit();
|
||||||
puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED ); //PUSTYLE_DEFAULT
|
puSetDefaultStyle ( PUSTYLE_BEVELLED ); //PUSTYLE_DEFAULT
|
||||||
puSetDefaultColourScheme (0.8, 0.8, 0.8, 0.4);
|
puSetDefaultColourScheme (0.6, 0.6, 0.5, 1.0);
|
||||||
|
|
||||||
initDialog();
|
initDialog();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue