Skip to content
Snippets Groups Projects
Commit 7f693051 authored by Sergei Litovchuk's avatar Sergei Litovchuk
Browse files

STORM-154 FIXED Resized Group Info panel buttons to prevent Group Call button label truncation.

Removed commented out button and extra layout stack from panel_group_info_sidetray.xml
Resized buttons to use remaining free space when Create Group button is invisible.
parent fbffeea7
No related branches found
No related tags found
No related merge requests found
...@@ -177,36 +177,16 @@ background_visible="true" ...@@ -177,36 +177,16 @@ background_visible="true"
</accordion> </accordion>
</layout_panel> </layout_panel>
</layout_stack> </layout_stack>
<layout_stack
name="layout"
orientation="horizontal"
follows="bottom|left|right"
left="8"
top_pad="0"
height="30"
width="292"
border_size="0">
<layout_panel
height="30"
layout="topleft"
auto_resize="false"
left="0"
top_pad="0"
name="button_row"
follows="bottom|left|right"
width="313">
<layout_stack <layout_stack
follows="bottom|left|right" follows="bottom|left|right"
height="25" height="25"
layout="topleft" layout="topleft"
name="button_row_ls" name="button_row_ls"
left="2" left="6"
orientation="horizontal" orientation="horizontal"
top_pad="5" top_pad="5"
width="309"> width="297">
<layout_panel <layout_panel
follows="bottom|left|right" follows="bottom|left|right"
...@@ -215,7 +195,7 @@ background_visible="true" ...@@ -215,7 +195,7 @@ background_visible="true"
left="0" left="0"
name="btn_refresh_lp" name="btn_refresh_lp"
user_resize="false" user_resize="false"
auto_resize="true" auto_resize="false"
width="24"> width="24">
<button <button
follows="bottom|left|right" follows="bottom|left|right"
...@@ -236,7 +216,7 @@ background_visible="true" ...@@ -236,7 +216,7 @@ background_visible="true"
name="btn_chat_lp" name="btn_chat_lp"
user_resize="false" user_resize="false"
auto_resize="true" auto_resize="true"
width="83"> width="91">
<button <button
follows="bottom|left|right" follows="bottom|left|right"
label="Chat" label="Chat"
...@@ -244,7 +224,7 @@ background_visible="true" ...@@ -244,7 +224,7 @@ background_visible="true"
left="1" left="1"
height="23" height="23"
top="0" top="0"
width="82" /> width="90" />
</layout_panel> </layout_panel>
<layout_panel <layout_panel
...@@ -255,7 +235,7 @@ background_visible="true" ...@@ -255,7 +235,7 @@ background_visible="true"
name="call_btn_lp" name="call_btn_lp"
user_resize="false" user_resize="false"
auto_resize="true" auto_resize="true"
width="113"> width="91">
<button <button
follows="bottom|left|right" follows="bottom|left|right"
left="1" left="1"
...@@ -265,7 +245,7 @@ background_visible="true" ...@@ -265,7 +245,7 @@ background_visible="true"
layout="topleft" layout="topleft"
tool_tip="Call this group" tool_tip="Call this group"
top="0" top="0"
width="112" /> width="90" />
</layout_panel> </layout_panel>
<layout_panel <layout_panel
...@@ -276,7 +256,7 @@ background_visible="true" ...@@ -276,7 +256,7 @@ background_visible="true"
name="btn_apply_lp" name="btn_apply_lp"
user_resize="false" user_resize="false"
auto_resize="true" auto_resize="true"
width="83"> width="91">
<button <button
follows="bottom|left|right" follows="bottom|left|right"
height="23" height="23"
...@@ -285,18 +265,7 @@ background_visible="true" ...@@ -285,18 +265,7 @@ background_visible="true"
name="btn_apply" name="btn_apply"
left="1" left="1"
top="0" top="0"
width="82" /> width="90" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="btn_create_lp"
user_resize="false"
auto_resize="true"
width="104">
<button <button
follows="bottom|left|right" follows="bottom|left|right"
height="23" height="23"
...@@ -307,19 +276,8 @@ background_visible="true" ...@@ -307,19 +276,8 @@ background_visible="true"
name="btn_create" name="btn_create"
visible="true" visible="true"
tool_tip="Create a new Group" tool_tip="Create a new Group"
width="103" /> width="90" />
</layout_panel> </layout_panel>
</layout_stack> </layout_stack>
<!--<button
left_pad="3"
height="23"
label="Cancel"
label_selected="Cancel"
name="btn_cancel"
visible="false"
width="65" />-->
</layout_panel>
</layout_stack>
</panel> </panel>
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