Skip to content
Snippets Groups Projects
Commit fc7ac26e authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

Implemented major sub-task EXT-2140 (Avatar icon in p2p should take all...

Implemented major sub-task EXT-2140 (Avatar icon in p2p should take all available space on Control Panel)

--HG--
branch : product-engine
parent 80ec865c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
legacy_header_height="18" legacy_header_height="18"
background_visible="true" background_visible="true"
follows="left|top|right|bottom" follows="left|top|right|bottom"
height="330" height="359"
layout="topleft" layout="topleft"
left="0" left="0"
name="panel_im" name="panel_im"
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
min_width="200" min_width="200"
min_height="150"> min_height="150">
<layout_stack follows="left|top|right|bottom" <layout_stack follows="left|top|right|bottom"
height="305" height="344"
width="400" width="400"
layout="topleft" layout="topleft"
orientation="horizontal" orientation="horizontal"
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
name="panel_im_control_panel" name="panel_im_control_panel"
layout="topleft" layout="topleft"
top_delta="-3" top_delta="-3"
height="305" height="344"
follows="left" follows="left"
label="IM Control Panel" label="IM Control Panel"
auto_resize="false" auto_resize="false"
user_resize="false" /> user_resize="false" />
<layout_panel height="305" <layout_panel height="344"
width="235" width="235"
left_delta="146" left_delta="146"
top="0" top="0"
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
length="1" length="1"
follows="left|top|right|bottom" follows="left|top|right|bottom"
font="SansSerif" font="SansSerif"
height="255" height="290"
layout="topleft" layout="topleft"
name="chat_history" name="chat_history"
parse_highlights="true" parse_highlights="true"
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_im_control_panel" <panel name="panel_im_control_panel"
width="128" width="128"
height="298" height="327"
border="false"> border="false">
<avatar_icon name="avatar_icon" <avatar_icon name="avatar_icon"
follows="left|top" follows="left|top"
width="96" left_delta="3"
height="96" /> width="125"
height="125" />
<button name="view_profile_btn" <button name="view_profile_btn"
follows="left|bottom" follows="left|bottom"
label="View Profile" label="View Profile"
left_delta="3"
width="125" width="125"
height="20" /> height="20" />
......
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