diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-06-01 14:55:40 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-06-01 14:55:40 +0300 |
commit | fdb5debe4f6ddf16c5f1008d0b89a1dd0e9a65fb (patch) | |
tree | 5df6ab874a5892c3cf2cc0f9b9b83ad926ede37f /indra/newview/skins/default/xui | |
parent | b41aa1e0b2460f917d4d6cf4ddb2d641312455b5 (diff) |
EXT-7255 COMMENTS Updated comments about implementation details.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfit_edit.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml index abd96c89e7..93b5bb54e6 100644 --- a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml +++ b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml @@ -150,8 +150,8 @@ <!-- LIST OF WEARABLES (CURRENT OUTFIT/ WEARABLES TO ADD) --> -<!-- *NOTE: border_size is used to calculate space between layout panel and for resize bar height -required height for dragbar is 10, so resizebar height should be 10 px. +<!-- *NOTE: border_size is used to calculate space between layout panels and also to calculate resize bar's height. +Required height for dragbar (icon in spec) is 10, so resizebar height should be 10 px. It is calculated as border_size + 2*UIResizeBarOverlap --> <layout_stack @@ -205,6 +205,8 @@ It is calculated as border_size + 2*UIResizeBarOverlap tab_group="2" user_resize="true" 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 follows="left|top|right" height="10" |