diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-12-14 17:11:08 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-12-14 17:11:08 +0200 |
commit | a702b34394e4b38b27338eb6d68d22b498984118 (patch) | |
tree | 594dc10e23f297168a1143dfcc818305ac4b5c31 | |
parent | 1c48a4cf38a06a30a951e4441dcd538481f88639 (diff) |
STORM-352 FIXED Vertical scrollbar isn't reshaped in resident profile panel after decreasing panel height
- Set height of scroll container the same as bounding panel's height
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile.xml b/indra/newview/skins/default/xui/en/panel_profile.xml index 7caf425058..61e3bb354f 100644 --- a/indra/newview/skins/default/xui/en/panel_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_profile.xml @@ -59,7 +59,7 @@ left="0" name="profile_scroll" opaque="true" - height="527" + height="400" width="317" top="0"> <panel |