aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-06-12 08:40:50 +0000
committerTorbjörn Andersson2006-06-12 08:40:50 +0000
commitf22be03872bd777ccb32ca21ac4c964bd88b37e2 (patch)
treef70d2da94910d4784771b5a2a2c61123519c1531 /gui/theme-config.cpp
parent48358fb09c04b1e2a7425de1036069e58b6c8030 (diff)
downloadscummvm-rg350-f22be03872bd777ccb32ca21ac4c964bd88b37e2.tar.gz
scummvm-rg350-f22be03872bd777ccb32ca21ac4c964bd88b37e2.tar.bz2
scummvm-rg350-f22be03872bd777ccb32ca21ac4c964bd88b37e2.zip
Increased the spacing between the widgets on the "Game" tab of the "Edit Game"
dialog in 320xX mode. They were so close to each other that it bordered on being pornographic. svn-id: r23058
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index e8fa2a963a..e1e29d1679 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -191,15 +191,15 @@ const char *Theme::_defaultConfigINI =
"gameoptions_id=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight\n"
"gameoptions_id.align=kTextAlignRight\n"
"gameoptions_domain=prev.x2 (prev.y - 1) (parent.w - gameOptionsLabelWidth - 10 - gox) (prev.h + 2)\n"
-"opYoffset=(opYoffset + prev.h + 3)\n"
+"opYoffset=(opYoffset + prev.h + 5)\n"
"gameoptions_name=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight\n"
"gameoptions_name.align=kTextAlignRight\n"
"gameoptions_desc=prev.x2 (prev.y - 1) (parent.w - gameOptionsLabelWidth - 10 - gox) (prev.h + 2)\n"
-"opYoffset=(opYoffset + prev.h + 3)\n"
+"opYoffset=(opYoffset + prev.h + 7)\n"
"gameoptions_lang=gox (opYoffset - 1) gow (kLineHeight + 2)\n"
-"opYoffset=(opYoffset + prev.h + 4)\n"
+"opYoffset=(opYoffset + prev.h + 5)\n"
"gameoptions_platform=prev.x opYoffset prev.w prev.h\n"
-"opYoffset=(opYoffset + prev.h + 4)\n"
+"opYoffset=(opYoffset + prev.h + 5)\n"
"\n"
"# paths tab\n"
"opYoffset=vBorder\n"