diff options
author | Jacek Antonelli | 2011-06-14 03:13:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2011-06-14 03:13:54 -0500 |
commit | fba95c8690a9fd8d3d4312cd670208d9c7e284d1 (patch) | |
tree | b78311dbddc0b317b892810cf1c47a726148238b /linden | |
parent | Commented out "Cut" from menu_inventory.xml. See IMP-961. (diff) | |
download | meta-impy-fba95c8690a9fd8d3d4312cd670208d9c7e284d1.zip meta-impy-fba95c8690a9fd8d3d4312cd670208d9c7e284d1.tar.gz meta-impy-fba95c8690a9fd8d3d4312cd670208d9c7e284d1.tar.bz2 meta-impy-fba95c8690a9fd8d3d4312cd670208d9c7e284d1.tar.xz |
Rearranged the login panel to put the grid selector on the left.
The choice of grid affects the name and password fields, so the grid
selector should be on the left, so that users will interact with it
first. If it were on the right, users would often interact with it
*after* typing in their name and password, which would cause the name
and password fields to be reset, frustrating the user.
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_login.xml | 58 |
1 files changed, 29 insertions, 29 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 ae60abc..5e4bd39 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,10 +30,26 @@ | |||
30 | </string> | 30 | </string> |
31 | 31 | ||
32 | 32 | ||
33 | <!-- GRIDS --> | ||
34 | |||
35 | <text name="grid_text" | ||
36 | bottom="80" left="15" height="16" width="120" | ||
37 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | ||
38 | bg_visible="false" drop_shadow_visible="true" | ||
39 | border_visible="false" border_drop_shadow_visible="false" | ||
40 | font="SansSerif" mouse_opaque="true"> | ||
41 | Grid: | ||
42 | </text> | ||
43 | <combo_box name="server_combo" | ||
44 | bottom_delta="-20" left_delta="0" height="20" width="120" | ||
45 | follows="left|bottom" allow_text_entry="false" | ||
46 | max_chars="20" mouse_opaque="true" /> | ||
47 | |||
48 | |||
33 | <!-- FIRST NAME --> | 49 | <!-- FIRST NAME --> |
34 | 50 | ||
35 | <text name="first_name_text" | 51 | <text name="first_name_text" |
36 | bottom="80" left="24" height="16" width="120" | 52 | bottom="80" left="165" height="16" width="120" |
37 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 53 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
38 | bg_visible="false" drop_shadow_visible="true" | 54 | bg_visible="false" drop_shadow_visible="true" |
39 | border_visible="false" border_drop_shadow_visible="false" | 55 | border_visible="false" border_drop_shadow_visible="false" |
@@ -73,7 +89,7 @@ | |||
73 | <!-- SL USERNAME --> | 89 | <!-- SL USERNAME --> |
74 | 90 | ||
75 | <text name="username_text" | 91 | <text name="username_text" |
76 | bottom="80" left="24" height="16" width="250" | 92 | bottom="80" left="165" height="16" width="250" |
77 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 93 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
78 | bg_visible="false" drop_shadow_visible="true" | 94 | bg_visible="false" drop_shadow_visible="true" |
79 | border_visible="false" border_drop_shadow_visible="false" | 95 | border_visible="false" border_drop_shadow_visible="false" |
@@ -93,7 +109,7 @@ | |||
93 | <!-- PASSWORD --> | 109 | <!-- PASSWORD --> |
94 | 110 | ||
95 | <text name="password_text" | 111 | <text name="password_text" |
96 | bottom_delta="20" left="285" height="16" width="120" | 112 | bottom_delta="20" left="425" height="16" width="120" |
97 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 113 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
98 | bg_visible="false" drop_shadow_visible="true" | 114 | bg_visible="false" drop_shadow_visible="true" |
99 | border_visible="false" border_drop_shadow_visible="false" | 115 | border_visible="false" border_drop_shadow_visible="false" |
@@ -110,26 +126,18 @@ | |||
110 | allow_translate="false" /> | 126 | allow_translate="false" /> |
111 | 127 | ||
112 | 128 | ||
113 | <!-- GRIDS --> | 129 | <!-- GRID MANAGER --> |
114 | 130 | ||
115 | <text name="grid_text" | 131 | <button name="grid_btn" label="Grid Manager" |
116 | bottom="80" left_delta="150" height="16" width="120" | 132 | bottom="32" left="25" height="20" width="100" |
117 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 133 | follows="left|bottom" font="SansSerifSmall" halign="center" |
118 | bg_visible="false" drop_shadow_visible="true" | 134 | mouse_opaque="true" scale_image="TRUE" /> |
119 | border_visible="false" border_drop_shadow_visible="false" | ||
120 | font="SansSerif" mouse_opaque="true"> | ||
121 | Grid: | ||
122 | </text> | ||
123 | <combo_box name="server_combo" | ||
124 | bottom_delta="-20" left_delta="0" height="20" width="120" | ||
125 | follows="left|bottom" allow_text_entry="false" | ||
126 | max_chars="20" mouse_opaque="true" /> | ||
127 | 135 | ||
128 | 136 | ||
129 | <!-- START LOCATION --> | 137 | <!-- START LOCATION --> |
130 | 138 | ||
131 | <text name="start_location_text" | 139 | <text name="start_location_text" |
132 | bottom="32" left="10" height="16" right="115" | 140 | bottom_delta="0" left="125" height="16" width="115" |
133 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" | 141 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" |
134 | bg_visible="false" drop_shadow_visible="true" | 142 | bg_visible="false" drop_shadow_visible="true" |
135 | border_visible="false" border_drop_shadow_visible="false" | 143 | border_visible="false" border_drop_shadow_visible="false" |
@@ -137,7 +145,7 @@ | |||
137 | Start location: | 145 | Start location: |
138 | </text> | 146 | </text> |
139 | <combo_box name="start_location_combo" | 147 | <combo_box name="start_location_combo" |
140 | bottom_delta="2" left="120" height="16" width="150" | 148 | bottom_delta="2" left_delta="125" height="16" width="150" |
141 | follows="left|bottom" font="SansSerifSmall" | 149 | follows="left|bottom" font="SansSerifSmall" |
142 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | 150 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> |
143 | <combo_item name="MyHome" value="My Home"> | 151 | <combo_item name="MyHome" value="My Home"> |
@@ -155,23 +163,15 @@ | |||
155 | <!-- REMEMBER PASSWORD --> | 163 | <!-- REMEMBER PASSWORD --> |
156 | 164 | ||
157 | <check_box name="remember_check" label="Remember password" | 165 | <check_box name="remember_check" label="Remember password" |
158 | bottom_delta="-2" left="282" height="16" width="140" | 166 | bottom_delta="-2" left="425" height="16" width="140" |
159 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" | 167 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" |
160 | initial_value="false" mouse_opaque="true" /> | 168 | initial_value="false" mouse_opaque="true" /> |
161 | 169 | ||
162 | 170 | ||
163 | <!-- GRID MANAGER --> | ||
164 | |||
165 | <button name="grid_btn" label="Grid Manager" | ||
166 | bottom_delta="0" left="434" height="20" width="100" | ||
167 | follows="left|bottom" font="SansSerifSmall" halign="center" | ||
168 | mouse_opaque="true" scale_image="TRUE" /> | ||
169 | |||
170 | |||
171 | <!-- LOG IN --> | 171 | <!-- LOG IN --> |
172 | 172 | ||
173 | <button name="connect_btn" label="Log In" | 173 | <button name="connect_btn" label="Log In" |
174 | bottom="58" left_delta="150" height="24" width="120" | 174 | bottom="58" left="575" height="24" width="120" |
175 | follows="left|bottom" font="SansSerif" halign="center" | 175 | follows="left|bottom" font="SansSerif" halign="center" |
176 | mouse_opaque="true" scale_image="TRUE" /> | 176 | mouse_opaque="true" scale_image="TRUE" /> |
177 | 177 | ||