remove finger size. progressbars are not interacted with. no need for finger
authorCarsten Haitzler <raster@rasterman.com>
Mon, 7 Sep 2009 08:39:03 +0000 (08:39 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 7 Sep 2009 08:39:03 +0000 (08:39 +0000)
adjustment

SVN revision: 42318

src/lib/elm_progressbar.c

index e2baef1..2b97712 100644 (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);
 }