diff options
author | Chris Warren-Smith | 2011-08-17 21:18:26 +1000 |
---|---|---|
committer | Chris Warren-Smith | 2011-08-21 16:39:08 +1000 |
commit | 9357803d069b3d13922482a088d2a97061bd16af (patch) | |
tree | f09c46717481d321cab411e510da91400ed6a223 | |
parent | 8a2243ff36fc7938018cc17ce1da5e20ae2d4409 (diff) | |
download | scummvm-rg350-9357803d069b3d13922482a088d2a97061bd16af.tar.gz scummvm-rg350-9357803d069b3d13922482a088d2a97061bd16af.tar.bz2 scummvm-rg350-9357803d069b3d13922482a088d2a97061bd16af.zip |
BADA: Make GlobalMenu wider to avoid clipping RTL label text
-rwxr-xr-x | dists/bada/Res/scummmobile/scummmobile_layout.stx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dists/bada/Res/scummmobile/scummmobile_layout.stx b/dists/bada/Res/scummmobile/scummmobile_layout.stx index 15e2eb9cc9..c2fdfc612d 100755 --- a/dists/bada/Res/scummmobile/scummmobile_layout.stx +++ b/dists/bada/Res/scummmobile/scummmobile_layout.stx @@ -624,46 +624,46 @@ <dialog name = 'GlobalMenu' overlays = 'screen_center'> <layout type = 'vertical' padding = '16, 16, 16, 16' center = 'true'> <widget name = 'Logo' - width = '210' + width = '240' height = '40' /> <widget name = 'Version' - width = '210' + width = '240' height = 'Globals.Line.Height' /> <widget name = 'Resume' - width = '150' + width = '190' height = 'Globals.Button.Height' /> <space size = '10'/> <widget name = 'Load' - width = '150' + width = '190' height = 'Globals.Button.Height' /> <widget name = 'Save' - width = '150' + width = '190' height = 'Globals.Button.Height' /> <space size = '10'/> <widget name = 'Options' - width = '150' + width = '190' height = 'Globals.Button.Height' /> <widget name = 'Help' - width = '150' + width = '190' height = 'Globals.Button.Height' /> <widget name = 'About' - width = '150' + width = '190' height = 'Globals.Button.Height' /> <space size = '10'/> <widget name = 'RTL' - width = '150' + width = '190' height = 'Globals.Button.Height' /> <widget name = 'Quit' - width = '150' + width = '190' height = 'Globals.Button.Height' /> </layout> |