mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
GUI: Add group popup widget to default theme
This commit is contained in:
parent
d5a07fc3ed
commit
c1b521bad6
@ -1526,6 +1526,15 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"height='Globals.Line.Height' "
|
||||
"width='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name = 'laGroupPopupDesc' "
|
||||
"type = 'OptionsLabel' "
|
||||
"height = 'Globals.Line.Height' "
|
||||
"textalign = 'end' "
|
||||
"/>"
|
||||
"<widget name = 'laGroupPopup' "
|
||||
"width = '150' "
|
||||
"type = 'PopUp' "
|
||||
"/>"
|
||||
"<space />"
|
||||
"</layout>"
|
||||
"<widget name='GameList'/>"
|
||||
|
Loading…
Reference in New Issue
Block a user