diff options
author | Max Horn | 2008-11-11 12:29:41 +0000 |
---|---|---|
committer | Max Horn | 2008-11-11 12:29:41 +0000 |
commit | 28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a (patch) | |
tree | e4c1dd22086ba73afd9070ebc2d2fd9cf3e95866 /gui/themes/scummmodern | |
parent | d08192cb04e391b9b148a4bc3921c546476339eb (diff) | |
download | scummvm-rg350-28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a.tar.gz scummvm-rg350-28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a.tar.bz2 scummvm-rg350-28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a.zip |
Some GUI tweaks to make certain widgets readable
svn-id: r35004
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_320.stx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout_320.stx b/gui/themes/scummmodern/scummmodern_layout_320.stx index 9dd1f8f521..22a9899b47 100644 --- a/gui/themes/scummmodern/scummmodern_layout_320.stx +++ b/gui/themes/scummmodern/scummmodern_layout_320.stx @@ -187,7 +187,7 @@ type = 'OptionsLabel' /> <widget name = 'subToggleButton' - width = 'Globals.Slider.Width' + width = '128' height = 'Globals.Slider.Height' /> </layout> @@ -450,42 +450,42 @@ <dialog name = 'GlobalMenu' overlays = 'screen_center'> <layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'> <widget name = 'Title' - width = '120' + width = '160' height = 'Globals.Line.Height' /> <widget name = 'Version' - width = '120' + width = '160' height = 'Globals.Line.Height' /> - <widget name = 'Resume' - width = '70' - height = 'Globals.Button.Height' - /> <space size = '4'/> <widget name = 'Load' - width = '70' + width = '120' height = 'Globals.Button.Height' /> <widget name = 'Save' - width = '70' + width = '120' height = 'Globals.Button.Height' /> <space size = '4'/> <widget name = 'Options' - width = '70' + width = '120' height = 'Globals.Button.Height' /> <widget name = 'About' - width = '70' + width = '120' height = 'Globals.Button.Height' /> <space size = '4'/> + <widget name = 'Resume' + width = '120' + height = 'Globals.Button.Height' + /> <widget name = 'RTL' - width = '70' + width = '120' height = 'Globals.Button.Height' /> <widget name = 'Quit' - width = '70' + width = '120' height = 'Globals.Button.Height' /> </layout> @@ -560,7 +560,7 @@ type = 'OptionsLabel' /> <widget name = 'subToggleButton' - width = '92' + width = '128' height = 'Globals.Slider.Height' /> </layout> |