diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-29 19:30:37 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-29 19:30:37 +0200 |
commit | 540b88bdeda72b4821675f6fbf53d01079792aea (patch) | |
tree | 9b7086ecadcdf64e0dd32e803b007366804cf168 /indra/newview/skins/default | |
parent | 3eeb7cc33bcd5a1df847a3d40434850d2a3a82de (diff) |
Fixed normal bug EXT-3694 - Fix to expandable text "more" widget caused horizontal scrollbars to appear again in Profiles.
Reserved space for vertical scroll bar to avoid horizontal scroll bar.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_my_profile.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_my_profile.xml b/indra/newview/skins/default/xui/en/panel_my_profile.xml index d51893793c..10381d3987 100644 --- a/indra/newview/skins/default/xui/en/panel_my_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_my_profile.xml @@ -37,7 +37,7 @@ height="485" layout="topleft" name="profile_scroll" - reserve_scroll_corner="true" + reserve_scroll_corner="false" opaque="true" top="0" width="313"> @@ -48,7 +48,7 @@ layout="topleft" top="0" left="0" - width="313"> + width="297"> <panel follows="left|top" height="117" |