Make scale work a little better...

This commit is contained in:
Jaime Thomas
2009-01-16 04:07:47 +00:00
parent a4ef973a31
commit 465756bb63
12 changed files with 51 additions and 6 deletions

View File

@ -889,7 +889,8 @@ ecdb_combo_expand(Evas_Object *c)
min_size = edje_object_data_get(o, "ecdb/combo_item/minh");
if (min_size)
{
h2 += atoi(min_size);
// FIXME Change this to config val
h2 += (int)(atof(min_size) * edje_scale_get());
}
else
{