diff options
author | McCabe Maxsted | 2011-03-20 15:48:09 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-03-20 15:48:09 -0700 |
commit | b88683f8a368093b14e7c94558d7b352a06a6458 (patch) | |
tree | 4d587faf1fd52ab8ed450dfe96d128eb88b4da94 /linden/indra/newview/skins/default/xui/en-us | |
parent | Fixed #786: icon_top_pick.tga contains the SL logo (diff) | |
download | meta-impy-b88683f8a368093b14e7c94558d7b352a06a6458.zip meta-impy-b88683f8a368093b14e7c94558d7b352a06a6458.tar.gz meta-impy-b88683f8a368093b14e7c94558d7b352a06a6458.tar.bz2 meta-impy-b88683f8a368093b14e7c94558d7b352a06a6458.tar.xz |
Fixed tab order on login screen
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_login.xml | 86 |
1 files changed, 47 insertions, 39 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml index 16dd4ad..9499239 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml | |||
@@ -30,32 +30,6 @@ | |||
30 | </string> | 30 | </string> |
31 | 31 | ||
32 | 32 | ||
33 | <!-- START LOCATION --> | ||
34 | |||
35 | <text name="start_location_text" | ||
36 | bottom="32" left="10" height="16" right="115" | ||
37 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" | ||
38 | bg_visible="false" drop_shadow_visible="true" | ||
39 | border_visible="false" border_drop_shadow_visible="false" | ||
40 | font="SansSerifSmall" mouse_opaque="true"> | ||
41 | Start location: | ||
42 | </text> | ||
43 | <combo_box name="start_location_combo" | ||
44 | bottom_delta="2" left="120" height="16" width="150" | ||
45 | follows="left|bottom" font="SansSerifSmall" | ||
46 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | ||
47 | <combo_item name="MyHome" value="My Home"> | ||
48 | My Home | ||
49 | </combo_item> | ||
50 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
51 | My Last Location | ||
52 | </combo_item> | ||
53 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
54 | <Type region name> | ||
55 | </combo_item> | ||
56 | </combo_box> | ||
57 | |||
58 | |||
59 | <!-- FIRST NAME --> | 33 | <!-- FIRST NAME --> |
60 | 34 | ||
61 | <text name="first_name_text" | 35 | <text name="first_name_text" |
@@ -114,36 +88,70 @@ | |||
114 | handle_edit_keys_directly="true" | 88 | handle_edit_keys_directly="true" |
115 | select_all_on_focus_received="true" | 89 | select_all_on_focus_received="true" |
116 | allow_translate="false" /> | 90 | allow_translate="false" /> |
117 | <check_box name="remember_check" label="Remember password" | ||
118 | bottom_delta="-24" left_delta="0" height="16" width="140" | ||
119 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" | ||
120 | initial_value="false" mouse_opaque="true" /> | ||
121 | 91 | ||
122 | 92 | ||
123 | <!-- GRIDS --> | 93 | <!-- GRIDS --> |
124 | 94 | ||
125 | <text name="grid_text" | 95 | <text name="grid_text" |
126 | bottom="80" left_delta="150" height="16" width="120" | 96 | bottom="80" left_delta="150" height="16" width="120" |
127 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 97 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
128 | bg_visible="false" drop_shadow_visible="true" | 98 | bg_visible="false" drop_shadow_visible="true" |
129 | border_visible="false" border_drop_shadow_visible="false" | 99 | border_visible="false" border_drop_shadow_visible="false" |
130 | font="SansSerif" mouse_opaque="true"> | 100 | font="SansSerif" mouse_opaque="true"> |
131 | Grid: | 101 | Grid: |
132 | </text> | 102 | </text> |
133 | <combo_box name="server_combo" | 103 | <combo_box name="server_combo" |
134 | bottom_delta="-20" left_delta="0" height="20" width="120" | 104 | bottom_delta="-20" left_delta="0" height="20" width="120" |
135 | follows="left|bottom" allow_text_entry="false" | 105 | follows="left|bottom" allow_text_entry="false" |
136 | max_chars="20" mouse_opaque="true" /> | 106 | max_chars="20" mouse_opaque="true" /> |
137 | <button name="grid_btn" label="Grid Manager" | 107 | |
138 | bottom_delta="-24" left_delta="10" height="16" width="100" | 108 | |
139 | follows="left|bottom" font="SansSerifSmall" halign="center" | 109 | <!-- START LOCATION --> |
140 | mouse_opaque="true" scale_image="TRUE" /> | 110 | |
111 | <text name="start_location_text" | ||
112 | bottom="32" left="10" height="16" right="115" | ||
113 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" | ||
114 | bg_visible="false" drop_shadow_visible="true" | ||
115 | border_visible="false" border_drop_shadow_visible="false" | ||
116 | font="SansSerifSmall" mouse_opaque="true"> | ||
117 | Start location: | ||
118 | </text> | ||
119 | <combo_box name="start_location_combo" | ||
120 | bottom_delta="2" left="120" height="16" width="150" | ||
121 | follows="left|bottom" font="SansSerifSmall" | ||
122 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | ||
123 | <combo_item name="MyHome" value="My Home"> | ||
124 | My Home | ||
125 | </combo_item> | ||
126 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
127 | My Last Location | ||
128 | </combo_item> | ||
129 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
130 | <Type region name> | ||
131 | </combo_item> | ||
132 | </combo_box> | ||
133 | |||
134 | |||
135 | <!-- REMEMBER PASSWORD --> | ||
136 | |||
137 | <check_box name="remember_check" label="Remember password" | ||
138 | bottom_delta="-2" left="282" height="16" width="140" | ||
139 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" | ||
140 | initial_value="false" mouse_opaque="true" /> | ||
141 | |||
142 | |||
143 | <!-- GRID MANAGER --> | ||
144 | |||
145 | <button name="grid_btn" label="Grid Manager" | ||
146 | bottom_delta="0" left="434" height="20" width="100" | ||
147 | follows="left|bottom" font="SansSerifSmall" halign="center" | ||
148 | mouse_opaque="true" scale_image="TRUE" /> | ||
141 | 149 | ||
142 | 150 | ||
143 | <!-- LOG IN --> | 151 | <!-- LOG IN --> |
144 | 152 | ||
145 | <button name="connect_btn" label="Log In" | 153 | <button name="connect_btn" label="Log In" |
146 | bottom="58" left_delta="140" height="24" width="120" | 154 | bottom="58" left_delta="150" height="24" width="120" |
147 | follows="left|bottom" font="SansSerif" halign="center" | 155 | follows="left|bottom" font="SansSerif" halign="center" |
148 | mouse_opaque="true" scale_image="TRUE" /> | 156 | mouse_opaque="true" scale_image="TRUE" /> |
149 | 157 | ||