jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5f59e134ebe4347ee6b7dafe63f75e9dbd813d82

commit 5f59e134ebe4347ee6b7dafe63f75e9dbd813d82
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Fri Apr 29 19:59:42 2016 +0900

    genlist: Change group_index swallow parts to be squares.
    
    "elm.swallow.icon" and "elm.swallow.end" of group_index item were not
    squrares. So change those swallow parts to be squares like default
    item's swallow parts.
---
 data/elementary/themes/edc/elm/genlist.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/elementary/themes/edc/elm/genlist.edc 
b/data/elementary/themes/edc/elm/genlist.edc
index 288440a..a8903d7 100644
--- a/data/elementary/themes/edc/elm/genlist.edc
+++ b/data/elementary/themes/edc/elm/genlist.edc
@@ -203,6 +203,7 @@ group { "elm/genlist/item/group_index/default"; nomouse; 
program_source: "elm";
          desc { "default";
             fixed: 1 0;
             align: 0.0 0.5;
+            aspect: 1.0 1.0;
             rel1.to_x: "elm.swallow.pad";
             rel1.relative: 1.0 0.0;
             rel1.offset: -1 2;
@@ -215,6 +216,7 @@ group { "elm/genlist/item/group_index/default"; nomouse; 
program_source: "elm";
          desc { "default";
             fixed: 1 0;
             align: 1.0 0.5;
+            aspect: 1.0 1.0;
             rel1.offset: -3 2;
             rel1.relative: 1.0 0.0;
             rel2.offset: -3 -3;

-- 


Reply via email to