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.
This commit is contained in:
Jaehyun Cho 2016-04-29 19:59:42 +09:00
parent e8138ee7b5
commit 5f59e134eb
1 changed files with 2 additions and 0 deletions

View File

@ -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;