Skip to content
Snippets Groups Projects
Commit c6302cfb authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-432 ADDITIONAL FIX Disabled manual resizing of the bottom panel in the Places SP.

parent ae612751
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
height="25" height="25"
layout="topleft" layout="topleft"
name="options_gear_btn_panel" name="options_gear_btn_panel"
user_resize="false"
width="32"> width="32">
<menu_button <menu_button
follows="bottom|left" follows="bottom|left"
...@@ -134,6 +135,7 @@ ...@@ -134,6 +135,7 @@
height="25" height="25"
layout="topleft" layout="topleft"
name="add_btn_panel" name="add_btn_panel"
user_resize="false"
width="32"> width="32">
<button <button
follows="bottom|left" follows="bottom|left"
...@@ -154,6 +156,7 @@ ...@@ -154,6 +156,7 @@
height="25" height="25"
layout="topleft" layout="topleft"
name="dummy_panel" name="dummy_panel"
user_resize="false"
width="212"> width="212">
<icon <icon
follows="bottom|left|right" follows="bottom|left|right"
...@@ -170,6 +173,7 @@ ...@@ -170,6 +173,7 @@
height="25" height="25"
layout="topleft" layout="topleft"
name="trash_btn_panel" name="trash_btn_panel"
user_resize="false"
width="31"> width="31">
<dnd_button <dnd_button
follows="bottom|left" follows="bottom|left"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment