diff options
author | Anchor <none@none> | 2018-11-28 16:22:47 -0800 |
---|---|---|
committer | Anchor <none@none> | 2018-11-28 16:22:47 -0800 |
commit | 5002be8cf678176a9e481de3f86738370d995cca (patch) | |
tree | fe2fe66277fc3a93fa51c2eff3fbab9b1dd0fbe8 /indra/newview | |
parent | 9b364bf7037bed2c85251458b00e34088deda197 (diff) |
[SL-9858] - fix horizontal scrollbar overlapping buttons
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_universal.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_universal.xml b/indra/newview/skins/default/xui/en/panel_edit_universal.xml index 4b60a3c339..11cabdfe6e 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_universal.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_universal.xml @@ -11,13 +11,13 @@ <scroll_container color="DkGray2" follows="all" - height="400" + height="380" layout="topleft" left="9" name="avatar_universal_scroll" opaque="true" top_pad="10" - width="314"> + width="323"> <panel border="false" bg_alpha_color="DkGray2" |