[Scummvm-git-logs] scummvm master -> 831a3a33db89534b3ce3465753ef7fdbe01360cd
ccawley2011
noreply at scummvm.org
Thu Jun 30 22:13:50 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
831a3a33db GUI: Update the builtin theme
Commit: 831a3a33db89534b3ce3465753ef7fdbe01360cd
https://github.com/scummvm/scummvm/commit/831a3a33db89534b3ce3465753ef7fdbe01360cd
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-06-30T23:13:37+01:00
Commit Message:
GUI: Update the builtin theme
Changed paths:
gui/themes/default.inc
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index ff607f3ba1c..46c366d07a3 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -2678,7 +2678,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
"</layout>"
"</dialog>"
"<dialog name='GlobalConfig_Engine' overlays='Dialog.GlobalConfig.TabWidget'>"
-"<layout type='vertical' padding='0,0,0,0'>"
+"<layout type='vertical' padding='8,8,8,8'>"
"<widget name='Container'/>"
"</layout>"
"</dialog>"
@@ -4606,7 +4606,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
"</layout>"
"</dialog>"
"<dialog name='GlobalConfig_Engine' overlays='Dialog.GlobalConfig.TabWidget'>"
-"<layout type='vertical' padding='0,0,0,0'>"
+"<layout type='vertical' padding='8,8,8,8'>"
"<widget name='Container'/>"
"</layout>"
"</dialog>"
More information about the Scummvm-git-logs
mailing list