jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=ec2c88af8e54f36d83adbcba56f9fd0686ae9324

commit ec2c88af8e54f36d83adbcba56f9fd0686ae9324
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Wed Mar 2 21:05:06 2016 +0900

    statusbar: Fix cursor arrow size.
    
    The relative height of cursor_arrow part is zero. So this causes slow
    size calculation.
    To resolve this issue, "fixed: 1 1;" is added into cursor_arrow part.
    This commit fixes commit fd240531ff000ac72fb352bb43f51569a519f330
    
    Test Plan:
    1. add rect by LiveEdit
    2. change part size
---
 data/themes/default/layout_common.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index 452d08b..2daf59b 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -2152,7 +2152,7 @@ group { name: "statusbar_layout";
             rel2.relative: 1.0 0.5;
             rel1.offset: 3 0;
             align: 0 0.5;
-            fixed: 1 0;
+            fixed: 1 1;
             min: 12 12;
             image.normal: "cursor_arrow.png";
          }

-- 


Reply via email to