aboutsummaryrefslogtreecommitdiff
path: root/dists/bada/Res
diff options
context:
space:
mode:
authorChris Warren-Smith2011-08-17 21:18:26 +1000
committerChris Warren-Smith2011-08-21 16:39:08 +1000
commit9357803d069b3d13922482a088d2a97061bd16af (patch)
treef09c46717481d321cab411e510da91400ed6a223 /dists/bada/Res
parent8a2243ff36fc7938018cc17ce1da5e20ae2d4409 (diff)
downloadscummvm-rg350-9357803d069b3d13922482a088d2a97061bd16af.tar.gz
scummvm-rg350-9357803d069b3d13922482a088d2a97061bd16af.tar.bz2
scummvm-rg350-9357803d069b3d13922482a088d2a97061bd16af.zip
BADA: Make GlobalMenu wider to avoid clipping RTL label text
Diffstat (limited to 'dists/bada/Res')
-rwxr-xr-xdists/bada/Res/scummmobile/scummmobile_layout.stx20
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>