aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-06-05 19:24:02 +0000
committerTorbjörn Andersson2006-06-05 19:24:02 +0000
commit2023505402a0f34d38eed3f01df8319d380f98d4 (patch)
tree2581e5402d4062d97ee64a2cf9c9e0cc2ed19330 /gui/theme-config.cpp
parent61453fa59d3e07b2d035f380fb501958361f0a19 (diff)
downloadscummvm-rg350-2023505402a0f34d38eed3f01df8319d380f98d4.tar.gz
scummvm-rg350-2023505402a0f34d38eed3f01df8319d380f98d4.tar.bz2
scummvm-rg350-2023505402a0f34d38eed3f01df8319d380f98d4.zip
Some minor tweaks to the classic theme's options dialog. The SoundFont and
the paths buttons have the same left margin now. svn-id: r22941
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index a4fc16d4f6..11bdbfa04f 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -163,13 +163,13 @@ const char *Theme::_defaultConfigINI =
"# paths tab\n"
"yoffset=vBorder\n"
"glOff=((buttonHeight - kLineHeight) / 2 + 2)\n"
-"globaloptions_savebutton=5 yoffset (buttonWidth + 5) buttonHeight\n"
-"globaloptions_savepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight\n"
+"globaloptions_savebutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
+"globaloptions_savepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
"yoffset=(yoffset + buttonHeight + 4)\n"
-"globaloptions_extrabutton=5 yoffset (buttonWidth + 5) buttonHeight\n"
-"globaloptions_extrapath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight\n"
+"globaloptions_extrabutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
+"globaloptions_extrapath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
"yoffset=(yoffset + buttonHeight + 4)\n"
-"globaloptions_keysbutton=5 yoffset (buttonWidth + 5) buttonHeight\n"
+"globaloptions_keysbutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
"\n"
"globaloptions_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
"globaloptions_ok=(prev.x2 + 10) prev.y prev.w prev.h\n"
@@ -355,7 +355,7 @@ const char *Theme::_defaultConfigINI =
"[midiControls]\n"
"mcx=10\n"
"mcFontButton=mcx opYoffset buttonWidth buttonHeight\n"
-"mcFontPath=(prev.x2 + 20) (opYoffset + 3) (parent.w - (buttonWidth + 20) - 10) kLineHeight\n"
+"mcFontPath=(prev.x2 + 20) (opYoffset + 3) (parent.w - (buttonWidth + 20) - 15) kLineHeight\n"
"opYoffset=(opYoffset + buttonHeight + 2 * midiControlsSpacing)\n"
"mcMixedCheckbox=mcx opYoffset (kFontHeight + 10 + 135) buttonHeight\n"
"opYoffset=(opYoffset + buttonHeight + midiControlsSpacing)\n"