Fix position of check in PREF_LIST lists.

SVN revision: 52216
This commit is contained in:
Leandro Pereira 2010-09-13 22:34:51 +00:00
parent 98f95f2b00
commit 470a907440
2 changed files with 8 additions and 9 deletions

View File

@ -229,8 +229,8 @@ collections {
description { state: "default" 0.0;
align: 1.0 0.5;
image.normal: "check.png";
min: 32 32;
max: 32 32;
min: 24 24;
max: 24 24;
}
}
}

View File

@ -50,15 +50,15 @@
part { name: "elm.swallow.icon";
type: SWALLOW;
description { state: "default" 0.0;
fixed: 1 0;
align: 0.0 0.5;
fixed: 0 0;
align: 1.0 0.5;
rel1 {
relative: 0.0 0.0;
offset: 20 3;
offset: 35 3;
}
rel2 {
relative: 0.0 1.0;
offset: 21 -12;
offset: 36 -12;
}
}
}
@ -86,9 +86,8 @@
state: "default" 0.0;
// min: 16 16;
rel1 {
to_x: "elm.swallow.icon";
relative: 1.0 0.0;
offset: 38 0;
relative: 0.0 0.0;
offset: 44 0;
}
rel2 {
to_x: "elm.swallow.end";