Revert "genlist: Change group_index swallow parts to be squares."
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 3 May 2016 02:18:24 +0000 (11:18 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 3 May 2016 02:28:47 +0000 (11:28 +0900)
This reverts commit 5f59e134ebe4347ee6b7dafe63f75e9dbd813d82.

This causes that icon region of genlist group_index item is displayed
although icon is not set.

data/elementary/themes/edc/elm/genlist.edc

index a8903d7..288440a 100644 (file)
@@ -203,7 +203,6 @@ 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;
@@ -216,7 +215,6 @@ 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;