From b13e157c16c4909fb26b1f3ba928643cf44dee08 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 30 May 2006 17:49:53 +0000 Subject: Put volume controls conditionally into separate tab. Used by PSP theme. svn-id: r22775 --- gui/themes/modern.ini | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'gui/themes/modern.ini') diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 8baea8e9eb..b05f80de23 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -259,11 +259,8 @@ useWithPrefix=graphicsControls globaloptions_ # audio tab opYoffset=vBorder useWithPrefix=audioControls globaloptions_ -useWithPrefix=subtitleControls globaloptions_ - -# volume tab -opYoffset=vBorder useWithPrefix=volumeControls globaloptions_ +useWithPrefix=subtitleControls globaloptions_ # MIDI tab opYoffset=vBorder @@ -527,6 +524,20 @@ def_insetW=(w - buttonWidth - 17 * 2 - insetX) def_insetH=(h - 23 - insetY) def_launcherVersionX=50 def_launcherVersionY=5 +def_volumeControlsInAudio=false use=XxY launcher_version.align=kTextAlignCenter launcher_logo.visible=false + +# Override audio tab +set_parent=gameoptions +vBorder=20 + +# audio tab +opYoffset=vBorder +useWithPrefix=audioControls globaloptions_ +useWithPrefix=subtitleControls globaloptions_ + +# volume tab +opYoffset=vBorder +useWithPrefix=volumeControls globaloptions_ -- cgit v1.2.3