remove finger size. progressbars are not interacted with. no need for finger

adjustment



SVN revision: 42318
This commit is contained in:
Carsten Haitzler 2009-09-07 08:39:03 +00:00
parent 6e5bab4961
commit ec3cdde8fd
1 changed files with 0 additions and 2 deletions

View File

@ -109,9 +109,7 @@ _sizing_eval(Evas_Object *obj)
Widget_Data *wd = elm_widget_data_get(obj);
Evas_Coord minw = -1, minh = -1, maxw = -1, maxh = -1;
elm_coords_finger_size_adjust(1, &minw, 1, &minh);
edje_object_size_min_restricted_calc(wd->progressbar, &minw, &minh, minw, minh);
elm_coords_finger_size_adjust(1, &minw, 1, &minh);
evas_object_size_hint_min_set(obj, minw, minh);
evas_object_size_hint_max_set(obj, maxw, maxh);
}