diff options
| author | Eugene Sandulenko | 2009-06-06 17:51:41 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2009-06-06 17:51:41 +0000 |
| commit | b0f7f2e8d412b65a7bb950f50d1fa511fd6ef946 (patch) | |
| tree | 7c48a81f6139f6c70497adb0d6e168046cbb1d5b /gui/themes | |
| parent | b49d23b89810fc196a27e2d3c49e17364fc5f453 (diff) | |
| download | scummvm-rg350-b0f7f2e8d412b65a7bb950f50d1fa511fd6ef946.tar.gz scummvm-rg350-b0f7f2e8d412b65a7bb950f50d1fa511fd6ef946.tar.bz2 scummvm-rg350-b0f7f2e8d412b65a7bb950f50d1fa511fd6ef946.zip | |
Implement widget property "textalign". Added it to all theme layouts
svn-id: r41265
Diffstat (limited to 'gui/themes')
| -rw-r--r-- | gui/themes/default.inc | 18 | ||||
| -rw-r--r-- | gui/themes/scummclassic.zip | bin | 46407 -> 46878 bytes | |||
| -rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 9 | ||||
| -rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 9 | ||||
| -rw-r--r-- | gui/themes/scummmodern.zip | bin | 150484 -> 150954 bytes | |||
| -rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 11 | ||||
| -rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 9 |
7 files changed, 55 insertions, 1 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 564b3b6ba3..99ac80adc5 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -484,6 +484,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='subToggleDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subToggleButton' " "width='150' " @@ -493,6 +494,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='subSubtitleSpeedDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subSubtitleSpeedSlider' " "type='Slider' " @@ -509,6 +511,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='vcMusicText' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='vcMusicSlider' " "type='Slider' " @@ -520,6 +523,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='vcSfxText' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='vcSfxSlider' " "type='Slider' " @@ -531,6 +535,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='vcSpeechText' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='vcSpeechSlider' " "type='Slider' " @@ -716,6 +721,7 @@ "<layout type='horizontal' padding='0,0,0,0' spacing='16'> " "<widget name='Id' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='Domain' " "type='PopUp' " @@ -724,6 +730,7 @@ "<layout type='horizontal' padding='0,0,0,0' spacing='16'> " "<widget name='Name' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='Desc' " "type='PopUp' " @@ -884,6 +891,7 @@ "<layout type='horizontal' padding='0,0,0,0' spacing='8'> " "<widget name='subToggleDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subToggleButton' " "width='158' " @@ -893,6 +901,7 @@ "<layout type='horizontal' padding='0,0,0,0' spacing='8'> " "<widget name='subSubtitleSpeedDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subSubtitleSpeedSlider' " "type='Slider' " @@ -1147,6 +1156,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='subToggleDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subToggleButton' " "width='128' " @@ -1156,6 +1166,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='subSubtitleSpeedDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subSubtitleSpeedSlider' " "type='Slider' " @@ -1171,6 +1182,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='vcMusicText' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='vcMusicSlider' " "type='Slider' " @@ -1182,6 +1194,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='vcSfxText' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='vcSfxSlider' " "type='Slider' " @@ -1193,6 +1206,7 @@ "<layout type='horizontal' padding='0,0,0,0'> " "<widget name='vcSpeechText' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='vcSpeechSlider' " "type='Slider' " @@ -1379,6 +1393,7 @@ "<widget name='Id' " "width='35' " "height='Globals.Line.Height' " +"textalign='right' " "/> " "<widget name='Domain' " "type='PopUp' " @@ -1388,6 +1403,7 @@ "<widget name='Name' " "width='35' " "height='Globals.Line.Height' " +"textalign='right' " "/> " "<widget name='Desc' " "type='PopUp' " @@ -1553,6 +1569,7 @@ "<layout type='horizontal' padding='0,0,0,0' spacing='8'> " "<widget name='subToggleDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subToggleButton' " "width='128' " @@ -1562,6 +1579,7 @@ "<layout type='horizontal' padding='0,0,0,0' spacing='8'> " "<widget name='subSubtitleSpeedDesc' " "type='OptionsLabel' " +"textalign='right' " "/> " "<widget name='subSubtitleSpeedSlider' " "type='Slider' " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 7b87f0e46e..15fed944f3 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index f8e804916a..a50e17ad25 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -195,6 +195,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subToggleDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subToggleButton' width = '150' @@ -204,6 +205,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' @@ -221,6 +223,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcMusicText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcMusicSlider' type = 'Slider' @@ -232,6 +235,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSfxText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSfxSlider' type = 'Slider' @@ -243,6 +247,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSpeechText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSpeechSlider' type = 'Slider' @@ -438,6 +443,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '16'> <widget name = 'Id' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'Domain' type = 'PopUp' @@ -446,6 +452,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '16'> <widget name = 'Name' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'Desc' type = 'PopUp' @@ -611,6 +618,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subToggleDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subToggleButton' width = '158' @@ -620,6 +628,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index 007450e07b..89b894de84 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -192,6 +192,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subToggleDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subToggleButton' width = '128' @@ -201,6 +202,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' @@ -217,6 +219,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcMusicText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcMusicSlider' type = 'Slider' @@ -228,6 +231,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSfxText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSfxSlider' type = 'Slider' @@ -239,6 +243,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSpeechText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSpeechSlider' type = 'Slider' @@ -435,6 +440,7 @@ <widget name = 'Id' width = '35' height = 'Globals.Line.Height' + textalign = 'right' /> <widget name = 'Domain' type = 'PopUp' @@ -444,6 +450,7 @@ <widget name = 'Name' width = '35' height = 'Globals.Line.Height' + textalign = 'right' /> <widget name = 'Desc' type = 'PopUp' @@ -613,6 +620,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subToggleDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subToggleButton' width = '128' @@ -622,6 +630,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 8d3d4a979e..e70b79f02e 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 91db687575..527acccba2 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -210,7 +210,8 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subToggleDesc' type = 'OptionsLabel' - /> + textalign = 'right' + /> <widget name = 'subToggleButton' width = '150' height = 'Globals.Slider.Height' @@ -219,6 +220,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' @@ -236,6 +238,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcMusicText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcMusicSlider' type = 'Slider' @@ -247,6 +250,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSfxText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSfxSlider' type = 'Slider' @@ -258,6 +262,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSpeechText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSpeechSlider' type = 'Slider' @@ -453,6 +458,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '16'> <widget name = 'Id' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'Domain' type = 'PopUp' @@ -461,6 +467,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '16'> <widget name = 'Name' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'Desc' type = 'PopUp' @@ -626,6 +633,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subToggleDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subToggleButton' width = '158' @@ -635,6 +643,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 2bebe18e53..52b23ea532 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -190,6 +190,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subToggleDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subToggleButton' width = '128' @@ -199,6 +200,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' @@ -215,6 +217,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcMusicText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcMusicSlider' type = 'Slider' @@ -226,6 +229,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSfxText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSfxSlider' type = 'Slider' @@ -237,6 +241,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'vcSpeechText' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'vcSpeechSlider' type = 'Slider' @@ -433,6 +438,7 @@ <widget name = 'Id' width = '35' height = 'Globals.Line.Height' + textalign = 'right' /> <widget name = 'Domain' type = 'PopUp' @@ -442,6 +448,7 @@ <widget name = 'Name' width = '35' height = 'Globals.Line.Height' + textalign = 'right' /> <widget name = 'Desc' type = 'PopUp' @@ -604,6 +611,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subToggleDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subToggleButton' width = '128' @@ -613,6 +621,7 @@ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'subSubtitleSpeedDesc' type = 'OptionsLabel' + textalign = 'right' /> <widget name = 'subSubtitleSpeedSlider' type = 'Slider' |
