diff options
| author | James Cook <james@lindenlab.com> | 2009-11-03 11:23:24 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-03 11:23:24 -0800 | 
| commit | 3f8c129a1f4caefcc25c895a6612aaaaa0c6aaa3 (patch) | |
| tree | c0bf19bda10f11de451a364a05770ffd69c605e0 /indra/newview | |
| parent | b368f466248054517813922bb745f1da2a6a8df9 (diff) | |
| parent | d220211b4dc7e5d39fc1c5f26b3b2bf528a90910 (diff) | |
merge
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/inspect_group.xml | 4 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_login.xml | 33 | 
2 files changed, 3 insertions, 34 deletions
| diff --git a/indra/newview/skins/default/xui/en/inspect_group.xml b/indra/newview/skins/default/xui/en/inspect_group.xml index db12daa6e0..42a492090d 100644 --- a/indra/newview/skins/default/xui/en/inspect_group.xml +++ b/indra/newview/skins/default/xui/en/inspect_group.xml @@ -73,6 +73,8 @@ L$123 to join       name="group_icon"       top="24"       width="38" /> +  <!-- Must be tab_stop="true" so something can hold focus even when the +    other buttons are disabled or invisible, otherwise inspector closes -->      <button       follows="top|left"       height="18" @@ -84,7 +86,7 @@ L$123 to join       right="-8"       top="35"       left_delta="110" -     tab_stop="false" +     tab_stop="true"       width="18"       commit_callback.function="InspectGroup.ViewProfile" />    <button diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index afe00271f7..317c79e08f 100644 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -23,19 +23,15 @@       border_visible="false"       bottom="600"       follows="all" -     layout="topleft"       left="0"       name="login_html"       right="-1"       start_url=""       top="1" />      <text -     type="string" -     length="1"       follows="left|bottom"       font="SansSerif"       height="16" -     layout="topleft"       left="32"       name="first_name_text"       top="530" @@ -46,7 +42,6 @@       follows="left|bottom"       handle_edit_keys_directly="true"       height="20" -     layout="topleft"       left_delta="0"       max_length="31"       name="first_name_edit" @@ -55,12 +50,9 @@       top_pad="2"       width="120" />      <text -     type="string" -     length="1"       follows="left|bottom"       font="SansSerif"       height="16" -     layout="topleft"       left="164"       name="last_name_text"       top="530" @@ -72,7 +64,6 @@       font="SansSerif"       handle_edit_keys_directly="true"       height="20" -     layout="topleft"       left_delta="0"       max_length="31"       name="last_name_edit" @@ -81,12 +72,9 @@       top_pad="2"       width="120" />      <text -     type="string" -     length="1"       follows="left|bottom"       font="SansSerif"       height="16" -     layout="topleft"       left="296"       name="password_text"       top="530" @@ -98,7 +86,6 @@       font="SansSerif"       handle_edit_keys_directly="true"       height="20" -     layout="topleft"       left_delta="0"       max_length="16"       name="password_edit" @@ -124,12 +111,9 @@       name="server_combo"       width="100" />      <text -     type="string" -     length="1"       follows="left|bottom"       font="SansSerif"       height="16" -     layout="topleft"       left="32"       name="start_location_text"       top="576" @@ -141,7 +125,6 @@       control_name="LoginLocation"       follows="left|bottom"       height="23" -     layout="topleft"       left_pad="0"       max_chars="128"       name="start_location_combo" @@ -165,20 +148,14 @@       follows="left|bottom"       height="16"       label="Remember password" -     layout="topleft"       left_pad="10"       name="remember_check"       top_delta="3"       width="138" />      <text -     type="string" -     length="1"       follows="right|bottom"       halign="right"       height="16" -     hover="true" -     hover_color="0.2 0.45 0.72 1" -     layout="topleft"       left="-210"       name="create_new_account_text"       top="539" @@ -186,14 +163,9 @@          Create a new account      </text>      <text -     type="string" -     length="1"       follows="right|bottom"       halign="right"       height="16" -     hover="true" -     hover_color="0.2 0.45 0.72 1" -     layout="topleft"       left_delta="0"       name="forgot_password_text"       top_pad="4" @@ -201,14 +173,9 @@          Forgot your name or password?      </text>      <text -     type="string" -     length="1"       follows="right|bottom"       halign="right"       height="16" -     hover="true" -     hover_color="0.2 0.45 0.72 1" -     layout="topleft"       left="-310"       name="channel_text"       top="579" | 
