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

EXT-7255 COMMENTS Updated comments about implementation details.

--HG--
branch : product-engine
parent b41aa1e0
Branches
Tags
No related merge requests found
...@@ -150,8 +150,8 @@ ...@@ -150,8 +150,8 @@
<!-- LIST OF WEARABLES (CURRENT OUTFIT/ WEARABLES TO ADD) --> <!-- LIST OF WEARABLES (CURRENT OUTFIT/ WEARABLES TO ADD) -->
<!-- *NOTE: border_size is used to calculate space between layout panel and for resize bar height <!-- *NOTE: border_size is used to calculate space between layout panels and also to calculate resize bar's height.
required height for dragbar is 10, so resizebar height should be 10 px. Required height for dragbar (icon in spec) is 10, so resizebar height should be 10 px.
It is calculated as border_size + 2*UIResizeBarOverlap It is calculated as border_size + 2*UIResizeBarOverlap
--> -->
<layout_stack <layout_stack
...@@ -205,6 +205,8 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -205,6 +205,8 @@ It is calculated as border_size + 2*UIResizeBarOverlap
tab_group="2" tab_group="2"
user_resize="true" user_resize="true"
visible="false"> visible="false">
<!-- this icon represent dragbar between layout panels.
This is a workaround implemented in EXT-7255 becouse of an issue with layout stack (EXT-7471) -->
<icon <icon
follows="left|top|right" follows="left|top|right"
height="10" height="10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment