mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
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:
parent
d110685e66
commit
eb5ede13c3
Binary file not shown.
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user