Fix an edje circular calculation in efm progress operations

SVN revision: 47355
This commit is contained in:
Davide Andreoli 2010-03-20 21:22:12 +00:00
parent 9e5c4bc1ad
commit b4bed456b8
1 changed files with 3 additions and 13 deletions

View File

@ -14009,21 +14009,11 @@ collections { /* begin the collection of edje groups that are in this file */
type: IMAGE;
mouse_events: 0;
description { state: "default" 0.0;
align: 1.0 0.5;
align: 1.0 0.0;
min: 19 19;
max: 19 19;
aspect: 1.0 1.0;
aspect_preference: VERTICAL;
rel1 {
relative: 1.0 0.0;
to_x: "e.text.info";
to_y: "bg";
}
rel2 {
relative: 0.99 1.0;
to_x: "bg";
to_y: "e.text.info";
}
rel1.offset: -3 2;
rel2.offset: -3 2;
image.normal: "bd_button_close_shadow.png";
}
}