diff options
author | Eugene Sandulenko | 2006-05-19 22:25:14 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-05-19 22:25:14 +0000 |
commit | 23498c5974e8b468cd1230537dd49057207a1098 (patch) | |
tree | 2edbdf4a3213fe7a2c05a8030587ebefd350a94f | |
parent | 3a028875a182032319d6bafcc4b9d348fa367257 (diff) | |
download | scummvm-rg350-23498c5974e8b468cd1230537dd49057207a1098.tar.gz scummvm-rg350-23498c5974e8b468cd1230537dd49057207a1098.tar.bz2 scummvm-rg350-23498c5974e8b468cd1230537dd49057207a1098.zip |
Minor GUI tweaks
svn-id: r22534
-rw-r--r-- | gui/themes/modern.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 6aa96575e2..be600ccc83 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -287,7 +287,7 @@ opYoffset=(opYoffset + kLineHeight + 10) gameoptions_name=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight gameoptions_name.align=kTextAlignRight gameoptions_desc=prev.x2 (prev.y - 1) (gow - prev.w) kPopUpHeight -opYoffset=(opYoffset + kLineHeight + 12) +opYoffset=(opYoffset + kLineHeight + 14) gameoptions_lang=gox (opYoffset - 1) gow kPopUpHeight opYoffset=(opYoffset + kLineHeight + 8) gameoptions_platform=prev.x opYoffset prev.w prev.h @@ -358,7 +358,7 @@ use=scummmain # hence it is on the end of the list opYoffset=8 useWithPrefix=volumeControls scummconfig_ -opYoffset=(opYoffset + buttonHeight / 2) +opYoffset=(opYoffset + 2) useWithPrefix=subtitleControls scummconfig_ opYoffset=(opYoffset + buttonHeight) opYoffset=(opYoffset + buttonHeight + 4) @@ -444,7 +444,7 @@ vcSpeechText=vcx (opYoffset + 2) vctextw kLineHeight vcSpeechText.align=kTextAlignRight vcSpeechSlider=vcxoff opYoffset sliderWidth sliderHeight vcSpeechLabel=(vcxoff + prev.w + 10) (opYoffset + 2) 24 kLineHeight -opYoffset=(opYoffset + sliderHeight + 8) +opYoffset=(opYoffset + sliderHeight + 12) [midiControls] mcx=(opXoffset + 10) |