Skip to content
Snippets Groups Projects
Commit 574e6cb3 authored by Mike Antipov's avatar Mike Antipov
Browse files

EXT-7471 PARTIAL FIXED Ensure bottom tray chatbar can always be resized by user.

Seems, there is a problem somewhere in rendering of LLLAyoutStack children. Last visible panel marked as user_resize=true can not be resized and has no resize cursor.
Because we have no time & resources to investigate this closely a workaround is implemented for bottom tray:
 * set user_resize for layout panel with Speak button which is always visible to user;
 * set user_resize=false to don't have Speak button panel resizable.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/438/

--HG--
branch : product-engine
parent ecd93410
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
mouse_opaque="false" mouse_opaque="false"
name="speak_panel" name="speak_panel"
top_delta="0" top_delta="0"
user_resize="false" user_resize="true"
width="110"> width="110">
<talk_button <talk_button
follows="left|right" follows="left|right"
...@@ -193,6 +193,7 @@ ...@@ -193,6 +193,7 @@
min_width="40" min_width="40"
mouse_opaque="false" mouse_opaque="false"
name="snapshot_panel" name="snapshot_panel"
user_resize="false"
width="39"> width="39">
<button <button
follows="left|right" follows="left|right"
......
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