mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
GUI: Sync built-in theme
This commit is contained in:
parent
2cde45fe6d
commit
ed3f936287
@ -1076,6 +1076,17 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"type='PopUp' "
|
||||
"/>"
|
||||
"</layout>"
|
||||
"<layout type='horizontal' padding='0,0,0,0' spacing='10' center='true'>"
|
||||
"<widget name='UpdatesPopupDesc' "
|
||||
"type='OptionsLabel' "
|
||||
"/>"
|
||||
"<widget name='UpdatesPopup' "
|
||||
"type='PopUp' "
|
||||
"/>"
|
||||
"<widget name='UpdatesCheckManuallyButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
"</layout>"
|
||||
"<widget name='KeysButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
@ -2365,6 +2376,19 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"type='PopUp' "
|
||||
"/>"
|
||||
"</layout>"
|
||||
"<layout type='horizontal' padding='0,0,0,0' spacing='6' center='true'>"
|
||||
"<widget name='UpdatesPopupDesc' "
|
||||
"width='80' "
|
||||
"height='Globals.Line.Height' "
|
||||
"textalign='right' "
|
||||
"/>"
|
||||
"<widget name='UpdatesPopup' "
|
||||
"type='PopUp' "
|
||||
"/>"
|
||||
"<widget name='UpdatesCheckManuallyButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
"</layout>"
|
||||
"<widget name='KeysButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
|
Loading…
Reference in New Issue
Block a user