diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-01 16:44:13 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-01 16:44:13 +0200 |
commit | ae6127514e4e17839a1e528bd69bd2d8e96364c0 (patch) | |
tree | f384bc71ab04a30974fa3ba6b923243639f99cae | |
parent | a2439b74df5adaed8127aac9fff94e88e15e51a9 (diff) |
STORM-432 ADDITIONAL FIX Disabled manual resizing of the bottom panel in the inventory SP.
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_main_inventory.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_main_inventory.xml b/indra/newview/skins/default/xui/en/panel_main_inventory.xml index 2b6e082542..96633cb5b4 100644 --- a/indra/newview/skins/default/xui/en/panel_main_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_main_inventory.xml @@ -118,6 +118,7 @@ height="25" layout="topleft" name="options_gear_btn_panel" + user_resize="false" width="32"> <menu_button follows="bottom|left" @@ -138,6 +139,7 @@ height="25" layout="topleft" name="add_btn_panel" + user_resize="false" width="32"> <button follows="bottom|left" @@ -158,6 +160,7 @@ height="25" layout="topleft" name="dummy_panel" + user_resize="false" width="212"> <icon follows="bottom|left|right" @@ -174,6 +177,7 @@ height="25" layout="topleft" name="trash_btn_panel" + user_resize="false" width="31"> <dnd_button follows="bottom|left" |