GUI: Add group popup widget to default theme

This commit is contained in:
av-dx 2021-08-18 18:36:35 +05:30 committed by Eugene Sandulenko
parent d5a07fc3ed
commit c1b521bad6

View File

@ -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'/>"