config modules now have better size.

it will now fit into 640x480 and also will look better since
horizontal size will be a bit bigger.



SVN revision: 40178
This commit is contained in:
Gustavo Sverzut Barbieri 2009-04-18 18:14:03 +00:00
parent ff69420caa
commit a16a2e3d73
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ _fill_list(Evas_Object *obj, int enabled)
e_widget_ilist_go(obj);
e_widget_min_size_get(obj, &w, NULL);
e_widget_min_size_set(obj, w, 250);
e_widget_min_size_set(obj, w > 180 ? w : 180, 200);
e_widget_ilist_thaw(obj);
edje_thaw();
evas_event_thaw(evas);