diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-02 09:58:04 +0200 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-02 09:58:04 +0200 | 
| commit | c6302cfbc750171ef536426d40e966e43e3aedc9 (patch) | |
| tree | 759295b6a84ba180449a10c9cef2112c38f06d27 /indra | |
| parent | ae6127514e4e17839a1e528bd69bd2d8e96364c0 (diff) | |
STORM-432 ADDITIONAL FIX  Disabled manual resizing of the bottom panel in the Places SP.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_landmarks.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_landmarks.xml b/indra/newview/skins/default/xui/en/panel_landmarks.xml index 2a5933e3e9..23d8cb11ca 100644 --- a/indra/newview/skins/default/xui/en/panel_landmarks.xml +++ b/indra/newview/skins/default/xui/en/panel_landmarks.xml @@ -114,6 +114,7 @@  		       height="25"  		       layout="topleft"  		       name="options_gear_btn_panel" +		       user_resize="false"  		       width="32">  		          <menu_button  		           follows="bottom|left" @@ -134,6 +135,7 @@  		       height="25"  		       layout="topleft"  		       name="add_btn_panel" +		       user_resize="false"  		       width="32">  		          <button  		           follows="bottom|left" @@ -154,6 +156,7 @@  		       height="25"  		       layout="topleft"  		       name="dummy_panel" +		       user_resize="false"  		       width="212">  		          <icon  		           follows="bottom|left|right" @@ -170,6 +173,7 @@  		       height="25"  		       layout="topleft"  		       name="trash_btn_panel" +		       user_resize="false"  		       width="31">  		          <dnd_button  		           follows="bottom|left" | 
