Skip to content
Snippets Groups Projects
Commit 1db39c97 authored by Lynx Linden's avatar Lynx Linden
Browse files

EXT-3189: Fix tab order and location of Grid pulldown.

The (optional) Grid pulldown on the login screen is now located below
the Starting Location pulldown, rather than below the Last Name text
entry field. The tab order is also now more obvious.
parent fefb08ee
Branches
Tags
No related merge requests found
...@@ -75,16 +75,6 @@ ...@@ -75,16 +75,6 @@
tool_tip="[SECOND_LIFE] Last Name" tool_tip="[SECOND_LIFE] Last Name"
top_delta="0" top_delta="0"
width="135" /> width="135" />
<combo_box
allow_text_entry="true"
font="SansSerifSmall"
follows="left|bottom"
height="23"
layout="topleft"
top="60"
name="server_combo"
width="135"
visible="false" />
<text <text
follows="left|bottom" follows="left|bottom"
font="SansSerifSmall" font="SansSerifSmall"
...@@ -161,6 +151,16 @@ ...@@ -161,6 +151,16 @@
name="Typeregionname" name="Typeregionname"
value="" /> value="" />
</combo_box> </combo_box>
<combo_box
allow_text_entry="true"
font="SansSerifSmall"
follows="right|bottom"
height="23"
layout="topleft"
top_pad="2"
name="server_combo"
width="135"
visible="false" />
<text <text
follows="right|bottom" follows="right|bottom"
font="SansSerifSmall" font="SansSerifSmall"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment