aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index b7db6a4daa..b97ba3bd75 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -290,7 +290,9 @@ const char *Theme::_defaultConfigINI =
"scummsaveload_title=10 2 (parent.w - 2 * 10 - 180) kLineHeight\n"
"scummsaveload_title.align=kTextAlignCenter\n"
"scummsaveload_list=10 18 prev.w (parent.h - 17 - buttonHeight - 8 - self.y)\n"
-"scummsaveload_thumbnail=(parent.w - (kThumbnailWidth + 22)) 18\n"
+"scummsaveload_thumbnail=(parent.w - (kThumbnailWidth + 18)) 22\n"
+"scummsaveload_thumbnail.hPad=4\n"
+"scummsaveload_thumbnail.vPad=4\n"
"scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
"scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h\n"
"scummsaveload_extinfo.visible=true\n"