diff options
author | Eugene Sandulenko | 2016-03-31 13:59:56 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-31 13:59:56 +0200 |
commit | ed3f936287c6dc160587e67b7b492f183ddc905d (patch) | |
tree | 1d74736a1ecb26aa4845c806f6be1c3d94c84b2f /gui/themes | |
parent | 2cde45fe6d94211d005cd32e7368769f8524bdec (diff) | |
download | scummvm-rg350-ed3f936287c6dc160587e67b7b492f183ddc905d.tar.gz scummvm-rg350-ed3f936287c6dc160587e67b7b492f183ddc905d.tar.bz2 scummvm-rg350-ed3f936287c6dc160587e67b7b492f183ddc905d.zip |
GUI: Sync built-in theme
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/default.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index e367bcb3c7..a23e2f4c30 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -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' " "/>" |