aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2010-09-21 19:50:30 +0000
committerThierry Crozat2010-09-21 19:50:30 +0000
commiteb5ede13c3e3acce29d488107bbd59fbd210d067 (patch)
treeb128631060a064637f78b9310a104069dbe574f9
parentd110685e665300f01d4c3dfe09a99a9f5d4e71ce (diff)
downloadscummvm-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
-rw-r--r--gui/themes/scummmodern.zipbin181823 -> 181827 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx2
2 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index f6c3ba7da4..1023e82ff9 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
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>