aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorEugene Sandulenko2007-02-13 19:55:20 +0000
committerEugene Sandulenko2007-02-13 19:55:20 +0000
commitd90fc8914cde2a7e359a01ade986f6a0cbca1c5d (patch)
treece7232066d4e13412a1e94f7b3941b81c3c16dab /gui/themes
parentd5b169d8a615791223fc336a39f424897311d521 (diff)
downloadscummvm-rg350-d90fc8914cde2a7e359a01ade986f6a0cbca1c5d.tar.gz
scummvm-rg350-d90fc8914cde2a7e359a01ade986f6a0cbca1c5d.tar.bz2
scummvm-rg350-d90fc8914cde2a7e359a01ade986f6a0cbca1c5d.zip
Implement FR#1600020: GUI: Select "No SoundFont"
svn-id: r25556
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/modern.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini
index 24b47c43e7..801994680b 100644
--- a/gui/themes/modern.ini
+++ b/gui/themes/modern.ini
@@ -489,7 +489,8 @@ opYoffset=(opYoffset + sliderHeight + 12)
mcx=(opXoffset + 10)
mcOff=((buttonHeight - kLineHeight) / 2 + 2)
mcFontButton=mcx opYoffset buttonWidth buttonHeight
-mcFontPath=(prev.x2 + 20) (opYoffset + mcOff) (parent.w - (buttonWidth + 20) - 10) kLineHeight
+mcFontPath=(prev.x2 + 20) (opYoffset + mcOff) (parent.w - (buttonWidth + 20) - 10 - kLineHeight - 20) kLineHeight
+mcFontClearButton=(prev.x2 + 10) (opYoffset + mcOff) kLineHeight kLineHeight
opYoffset=(opYoffset + buttonHeight + 6 * midiControlsSpacing)
mcMixedCheckbox=mcx opYoffset (kFontHeight + 10 + 135) buttonHeight
opYoffset=(opYoffset + buttonHeight + midiControlsSpacing)