diff options
author | Eugene Sandulenko | 2006-06-15 13:18:28 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-06-15 13:18:28 +0000 |
commit | 6f844ae420e3a5722a1b580b1de95713a2b832a6 (patch) | |
tree | 5380443b1f027727b0083eb7efa4f4ea87c8f091 /gui/themes | |
parent | 65041ae239055e07b7f592f1cfcca01e1c89e159 (diff) | |
download | scummvm-rg350-6f844ae420e3a5722a1b580b1de95713a2b832a6.tar.gz scummvm-rg350-6f844ae420e3a5722a1b580b1de95713a2b832a6.tar.bz2 scummvm-rg350-6f844ae420e3a5722a1b580b1de95713a2b832a6.zip |
- Make tabs narrower so they all fit on screen. Now navigation buttons
appear only on PSP resolution
- Combined Audio/Volume tab in game options for consistency.
svn-id: r23130
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/modern.ini | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index bbd3673400..c55cb4609c 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -221,7 +221,7 @@ Console.leftPadding=7 Console.rightPadding=5 Console.topPadding=5 Console.bottomPadding=5 -TabWidget.tabWidth=100 +TabWidget.tabWidth=85 TabWidget.tabHeight=27 TabWidget.titleVPad=8 TabWidget.navButtonRightPad=3 @@ -349,6 +349,7 @@ opYoffset=vBorder gameoptions_audioCheckbox=gox opYoffset (kFontHeight + 10 + 180) buttonHeight opYoffset=(opYoffset + buttonHeight + 6) useWithPrefix=audioControls gameoptions_ +useWithPrefix=volumeControls gameoptions_ useWithPrefix=subtitleControls gameoptions_ # midi tab @@ -357,12 +358,6 @@ gameoptions_midiCheckbox=gox opYoffset (kFontHeight + 10 + 174) buttonHeight opYoffset=(opYoffset + buttonHeight + 6) useWithPrefix=midiControls gameoptions_ -# volume tab -opYoffset=vBorder -gameoptions_volumeCheckbox=gox opYoffset (kFontHeight + 10 + 189) buttonHeight -opYoffset=(opYoffset + buttonHeight + 6) -useWithPrefix=volumeControls gameoptions_ - gameoptions_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight gameoptions_ok=(prev.x2 + 10) prev.y prev.w prev.h @@ -571,6 +566,8 @@ def_aboutOuterBorder=10 use=XxY +TabWidget.tabWidth=75 + # Override launcher launcher_list=insetX 103 (w - buttonWidth - 17 * 2 - self.x) (h - 15 - self.y) launcher_version=50 80 247 kLineHeight @@ -590,3 +587,16 @@ useWithPrefix=subtitleControls globaloptions_ # volume tab opYoffset=vBorder useWithPrefix=volumeControls globaloptions_ + +# audio tab +opYoffset=vBorder +gameoptions_audioCheckbox=gox opYoffset (kFontHeight + 10 + 180) buttonHeight +opYoffset=(opYoffset + buttonHeight + 6) +useWithPrefix=audioControls gameoptions_ +useWithPrefix=subtitleControls gameoptions_ + +# volume tab +opYoffset=vBorder +gameoptions_volumeCheckbox=gox opYoffset (kFontHeight + 10 + 180) buttonHeight +opYoffset=(opYoffset + buttonHeight + 6) +useWithPrefix=volumeControls gameoptions_ |