diff options
author | richard <none@none> | 2009-10-28 15:21:23 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-28 15:21:23 -0700 |
commit | da58b592177cc1960e611831038cb9c39eaee4c0 (patch) | |
tree | 6f4af1524c7017b817a2e5a93c42f9061b037df8 /indra/newview/skins/default | |
parent | 6e8c5d206ef72357bea7354f88248f671092bc0e (diff) |
ext-1483 - Scrollable lists in side panel can sometimes get stuck
apparent XUI error
Also fixed terminating newlines in text editors not flowing to next line
reviewed by Leyla
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_roles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_roles.xml b/indra/newview/skins/default/xui/en/panel_group_roles.xml index 75ded4f249..af1919bd8f 100644 --- a/indra/newview/skins/default/xui/en/panel_group_roles.xml +++ b/indra/newview/skins/default/xui/en/panel_group_roles.xml @@ -486,7 +486,7 @@ things in this group. There's a broad variety of Abilities. </panel> </tab_container> <panel - height="170" + height="190" layout="topleft" follows="left|top" left="10" @@ -556,7 +556,7 @@ things in this group. There's a broad variety of Abilities. </scroll_list> </panel> <panel - height="215" + height="252" layout="topleft" left_delta="0" name="roles_footer" |