diff options
author | Callum Prentice <callum@lindenlab.com> | 2014-03-13 17:22:29 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2014-03-13 17:22:29 -0700 |
commit | 3c6e5d4a11310ac42b56c782b77aef67a21f79b3 (patch) | |
tree | bd32b91c6682036257f2c65565bf6b5c3e4a1b43 /indra/newview/skins/default/xui | |
parent | bf39dfac471df7480e317b371a58d6b6a49fae26 (diff) |
WENG-1470 (Partial) Secondlife Login Screen Redesign - fixed bug with bottom of ui stack following bottom of window
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/panel_login.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index 239e9a777c..418b933773 100755 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -13,7 +13,7 @@ http://secondlife.com/account/request.php
</panel.string>
<layout_stack
- follows="left|right|top|bottom"
+ follows="left|right|top"
height="172"
min_height="172"
left="0"
@@ -25,14 +25,12 @@ height="172"
auto_resize="true"
name="ui_elastic_pad_left"
- min_height="172"
width="32" />
<layout_panel
auto_resize="false"
follows="left|right|top"
name="ui_container"
width="960"
- min_height="172"
left="0"
top="0"
height="172">
@@ -199,7 +197,6 @@ height="172"
auto_resize="true"
name="ui_elastic_pad_right"
- min_height="172"
width="32" />
</layout_stack>
<web_browser
|