mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 11:36:22 +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' "
|
"height='Globals.Line.Height' "
|
||||||
"width='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 />"
|
"<space />"
|
||||||
"</layout>"
|
"</layout>"
|
||||||
"<widget name='GameList'/>"
|
"<widget name='GameList'/>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user