diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-06-21 14:34:47 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-06-21 14:34:47 +0300 |
commit | fc3c0cfcc88c11291512991d670ab848a2226887 (patch) | |
tree | 383fcd25610470cae03ffb08324d18d147798a0a | |
parent | 5fcdff31253231c6a63fe05560be9a65fb0de575 (diff) |
EXT-7878 FIXED Corrupted vertical scroll bar appears on 'Edit Outfit' panel if height of 'Add More' panel was changed
- Increased width of layout panel and its accordion
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/621/
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfit_edit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml index 1ed73e6c15..80fbb66ff4 100644 --- a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml +++ b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml @@ -168,7 +168,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap <layout_panel layout="topleft" height="187" - min_height="100" + min_height="155" name="outfit_wearables_panel" width="313" auto_resize="true" @@ -293,7 +293,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap auto_resize="true" default_tab_group="3" height="450" - min_height="210" + min_height="53" name="add_wearables_panel" width="313" tab_group="2" |