Change-Id: I9c9083125b39b95bbc4bc88238490153c4532471
parts {
spacer { "main.top"; scale;
desc { "default";
- min: 720 17;
- max: 720 17;
+ min: 0 17;
+ max: -1 17;
align: 0.5 0.0;
}
}
group { "main.world.map"; scale;
source:"world.map";
desc { "default";
- min: 720 406;
- max: 720 406;
+ min: 0 406;
+ max: -1 406;
rel1 {
relative: 0.0 1.0;
to: "main.top";
group { "main.timezone.details"; scale;
source: "timezone.details";
desc { "default";
- max: 720 256;
- max: 720 256;
+ min: 0 256;
+ max: -1 256;
rel1 {
relative: 0.0 1.0;
to: "main.world.map";
group { "main.locations.list"; scale;
source: "locations.list";
desc { "default";
- max: 720 -1;
rel1 {
relative: 0.0 1.0;
to: "main.timezone.details";
parts {
swallow { "map"; scale;
desc { "default";
- min: 720 406;
- max: 720 406;
+ min: 0 406;
+ max: -1 406;
fixed: 1 1;
}
}
spacer { "arrow.spacer.top"; scale;
desc { "default";
- min: 720 196;
- max: 720 196;
+ min: 0 196;
+ max: -1 196;
align: 0.5 0.0;
rel1.to: "map";
}
spacer { "arrow.spacer.bottom"; scale;
desc { "default";
- min: 720 130;
- max: 720 130;
+ min: 0 130;
+ max: -1 130;
align: 0.5 1.0;
rel1.to: "map";
}
desc { "default";
align: 0.5 0.0;
min: 0 94;
- max: 720 94;
+ max: -1 94;
color: 0 0 0 0;
rel1 {
offset: 0 50;
{
timezone_cities_ = elm_label_add(world_clock_);
evas_object_size_hint_align_set(timezone_cities_, EVAS_HINT_FILL, 0.0);
+ elm_label_ellipsis_set(timezone_cities_, EINA_TRUE);
evas_object_show (timezone_cities_);