aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-03-31 13:59:56 +0200
committerEugene Sandulenko2016-03-31 13:59:56 +0200
commited3f936287c6dc160587e67b7b492f183ddc905d (patch)
tree1d74736a1ecb26aa4845c806f6be1c3d94c84b2f
parent2cde45fe6d94211d005cd32e7368769f8524bdec (diff)
downloadscummvm-rg350-ed3f936287c6dc160587e67b7b492f183ddc905d.tar.gz
scummvm-rg350-ed3f936287c6dc160587e67b7b492f183ddc905d.tar.bz2
scummvm-rg350-ed3f936287c6dc160587e67b7b492f183ddc905d.zip
GUI: Sync built-in theme
-rw-r--r--gui/themes/default.inc24
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' "
"/>"