Implement GUI2 menu dialog style
This commit is contained in:
parent
04baac8d00
commit
19af8302ce
1 changed files with 10 additions and 2 deletions
|
@ -175,8 +175,16 @@
|
|||
{_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65" ({_BLUR})}
|
||||
{_GUI_WINDOW "titlescreen" "The items in the titlescreen" "translucent54" ()}
|
||||
|
||||
# No idea what this style does, just leave it disabled for now.
|
||||
#{_GUI_WINDOW "menu2" "menu2" "menu2"}
|
||||
# Special definition for a minimal-border style
|
||||
[window_definition]
|
||||
|
||||
id = "menu"
|
||||
description = "Window style used for menus"
|
||||
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) ("menu2") () 5 6 2 4 6 }
|
||||
{_GUI_RESOLUTION () ("menu2") () 2 2 2 2 4 }
|
||||
|
||||
[/window_definition]
|
||||
|
||||
#undef _BLUR
|
||||
#undef _GUI_WINDOW
|
||||
|
|
Loading…
Add table
Reference in a new issue