From 88fb1034f332c876f7f3c4e3f24ce28993b6baa9 Mon Sep 17 00:00:00 2001
From: Paul Guslisty <pguslisty@productengine.com>
Date: Fri, 10 Sep 2010 14:06:12 +0300
Subject: STORM-91 FIXED Corrupted vertical scroll bar appears on 'Edit Outfit'
 panel if height of 'Add More' panel was changed

-Increased min height of panel
---
 indra/newview/skins/default/xui/en/panel_outfit_edit.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'indra')

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 1cbdecab9d..883cbb30c6 100644
--- a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml
+++ b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml
@@ -295,7 +295,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap
          auto_resize="true"
          default_tab_group="3"
          height="450"
-         min_height="73"
+         min_height="80"
          name="add_wearables_panel"
          width="313"
          tab_group="2"
-- 
cgit v1.2.3