mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
GUI: Regenerated theme files
This commit is contained in:
parent
154ba3b43d
commit
fb4ed4eaa3
@ -3774,6 +3774,42 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"</layout>"
|
||||
"</layout>"
|
||||
"</dialog>"
|
||||
"<dialog name='GameOptions_IntegrityDialog' overlays='Dialog.GameOptions' shading='dim'>"
|
||||
"<layout type='vertical' padding='16,16,16,8' spacing='8'>"
|
||||
"<widget name='ResultsText' "
|
||||
"height='150' "
|
||||
"/>"
|
||||
"<widget name='WarningText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='StatusText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='ErrorText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='ProgressBar' "
|
||||
"height='Globals.Button.Height' "
|
||||
"/>"
|
||||
"<space size='1'/>"
|
||||
"<widget name='PercentText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"textalign='center' "
|
||||
"/>"
|
||||
"<widget name='DownloadSize' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<space/>"
|
||||
"<layout type='horizontal' padding='0,0,0,0' spacing='10'>"
|
||||
"<widget name='MainButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
"<widget name='CopyButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
"</layout>"
|
||||
"</layout>"
|
||||
"</dialog>"
|
||||
"</layout_info>"
|
||||
;
|
||||
const char *defaultXML4 = "<layout_info resolution='y<H'>"
|
||||
@ -6087,6 +6123,42 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
|
||||
"</layout>"
|
||||
"</layout>"
|
||||
"</dialog>"
|
||||
"<dialog name='GameOptions_IntegrityDialog' overlays='Dialog.GameOptions' shading='dim'>"
|
||||
"<layout type='vertical' padding='8,8,8,8'>"
|
||||
"<widget name='ResultsText' "
|
||||
"height='150' "
|
||||
"/>"
|
||||
"<widget name='WarningText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='StatusText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='ErrorText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<widget name='ProgressBar' "
|
||||
"height='Globals.Button.Height' "
|
||||
"/>"
|
||||
"<space size='1'/>"
|
||||
"<widget name='PercentText' "
|
||||
"height='Globals.Line.Height' "
|
||||
"textalign='center' "
|
||||
"/>"
|
||||
"<widget name='DownloadSize' "
|
||||
"height='Globals.Line.Height' "
|
||||
"/>"
|
||||
"<space/>"
|
||||
"<layout type='horizontal' padding='8,8,8,8'>"
|
||||
"<widget name='MainButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
"<widget name='CopyButton' "
|
||||
"type='Button' "
|
||||
"/>"
|
||||
"</layout>"
|
||||
"</layout>"
|
||||
"</dialog>"
|
||||
"</layout_info>"
|
||||
;
|
||||
const char *defaultXML[] = { defaultXML1, defaultXML2, defaultXML3, defaultXML4 };
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user