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
This commit is contained in:
Thierry Crozat 2010-09-21 19:50:30 +00:00
parent d110685e66
commit eb5ede13c3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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>