diff options
author | Austin Doupnik <austin@lindenlab.com> | 2009-07-08 20:27:45 +0000 |
---|---|---|
committer | Austin Doupnik <austin@lindenlab.com> | 2009-07-08 20:27:45 +0000 |
commit | ea1196cf01f3ff998e0d463ff2ebe29cef621362 (patch) | |
tree | 69da51e8a26c68bc5c0f0df1f70aaab13b477855 | |
parent | f26f7e3e29019abf3a10f6925e30baca19eb4e2d (diff) |
Gave width attributes to ZoomDirect, Cursor3D, and AutoLeveling options in the joystick setup floater.
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_joystick.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_joystick.xml b/indra/newview/skins/default/xui/en/floater_joystick.xml index 032ff21b58..b9c1b08c68 100644 --- a/indra/newview/skins/default/xui/en/floater_joystick.xml +++ b/indra/newview/skins/default/xui/en/floater_joystick.xml @@ -121,21 +121,24 @@ label="Direct Zoom" layout="topleft" left="185" - name="ZoomDirect" /> + name="ZoomDirect" + width="60" /> <check_box bottom_delta="0" control_name="Cursor3D" label="3D Cursor" layout="topleft" left="310" - name="Cursor3D" /> + name="Cursor3D" + width="60" /> <check_box bottom_delta="0" control_name="AutoLeveling" label="Auto Level" layout="topleft" left="420" - name="AutoLeveling" /> + name="AutoLeveling" + width="60" /> <text type="string" length="1" |