diff options
author | Thierry Crozat | 2010-09-21 19:50:30 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-09-21 19:50:30 +0000 |
commit | eb5ede13c3e3acce29d488107bbd59fbd210d067 (patch) | |
tree | b128631060a064637f78b9310a104069dbe574f9 /gui/themes | |
parent | d110685e665300f01d4c3dfe09a99a9f5d4e71ce (diff) | |
download | scummvm-rg350-eb5ede13c3e3acce29d488107bbd59fbd210d067.tar.gz scummvm-rg350-eb5ede13c3e3acce29d488107bbd59fbd210d067.tar.bz2 scummvm-rg350-eb5ede13c3e3acce29d488107bbd59fbd210d067.zip |
GUI: Quick fix for the mute checkbox label being cut in the in-game options
This happened with some translations as the width of the checkbox was
fixed to 80 pixels, even though more space was available. I have increased
it to 120 pixels.
svn-id: r52849
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 181823 -> 181827 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex f6c3ba7da4..1023e82ff9 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 9cf7267488..95d775e5ea 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -712,7 +712,7 @@ <layout type = 'vertical' padding = '24, 24, 24, 24' center = 'true'> <widget name = 'vcMuteCheckbox' type = 'Checkbox' - width = '80' <!-- FIXME: Why this is needed? --> + width = '120' <!-- FIXME: Why this is needed? --> /> </layout> </layout> |