diff options
author | Armin Weatherwax | 2010-07-05 19:15:29 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-07-09 13:06:23 -0700 |
commit | 25272eefcc875e86597dd9c856e1af40d68ab1e0 (patch) | |
tree | ef513758cc7a13296ecf40249adab442a3b941b4 /linden/indra/newview/skins | |
parent | Henri Beauchamp: fix tooltips not disappearing (diff) | |
download | meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.zip meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.tar.gz meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.tar.bz2 meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.tar.xz |
revamp autoenable joystick
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_joystick.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_joystick.xml b/linden/indra/newview/skins/default/xui/en-us/floater_joystick.xml index 88e364e..c7a97f0 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_joystick.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_joystick.xml | |||
@@ -3,8 +3,9 @@ | |||
3 | name="Joystick" title="Joystick Configuration" width="550"> | 3 | name="Joystick" title="Joystick Configuration" width="550"> |
4 | 4 | ||
5 | <check_box name="enable_joystick" bottom="-38" left="14" width="60" halign="left" border_drop_shadow_visible="true" control_name="JoystickEnabled">Enable Joystick:</check_box> | 5 | <check_box name="enable_joystick" bottom="-38" left="14" width="60" halign="left" border_drop_shadow_visible="true" control_name="JoystickEnabled">Enable Joystick:</check_box> |
6 | |||
6 | <text name="joystick_type" bottom="-32" left="120" width="380" halign="left"></text> | 7 | <text name="joystick_type" bottom="-32" left="120" width="380" halign="left"></text> |
7 | 8 | <check_box name="auto_enable_joystick" bottom="-38" left="310" width="60" halign="left" border_drop_shadow_visible="true" control_name="JoystickAutoEnable">Auto-Enable Joystick</check_box> | |
8 | <spinner bottom="-48" left="20" width="140" label_width="100" control_name="JoystickAxis1" name="JoystickAxis1" label="X Axis Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 9 | <spinner bottom="-48" left="20" width="140" label_width="100" control_name="JoystickAxis1" name="JoystickAxis1" label="X Axis Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
9 | <spinner bottom="-48" left="190" width="140" label_width="100" control_name="JoystickAxis2" name="JoystickAxis2" label="Y Axis Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 10 | <spinner bottom="-48" left="190" width="140" label_width="100" control_name="JoystickAxis2" name="JoystickAxis2" label="Y Axis Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
10 | <spinner bottom="-48" left="360" width="140" label_width="100" control_name="JoystickAxis0" name="JoystickAxis0" label="Z Axis Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 11 | <spinner bottom="-48" left="360" width="140" label_width="100" control_name="JoystickAxis0" name="JoystickAxis0" label="Z Axis Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |