remove useless calcul
authorJonathan Atton <jonathan.atton@gmail.com>
Tue, 22 Jun 2010 17:27:19 +0000 (17:27 +0000)
committerJonathan Atton <jonathan.atton@gmail.com>
Tue, 22 Jun 2010 17:27:19 +0000 (17:27 +0000)
SVN revision: 49795

data/themes/default.edc
src/lib/elm_panes.c

index 216d94d..cf20eca 100644 (file)
@@ -23280,6 +23280,8 @@ collections {
                 rel2.offset: 45/2 45/2;
 
                 image.normal: "arrow_right.png";
+
+                fixed: 1 1;
             }
             description { state: "anim_1" 0.0;
                 inherit: "default" 0.0;
@@ -23310,6 +23312,8 @@ collections {
                 rel2.offset: -45/2 45/2;
 
                 image.normal: "arrow_left.png";
+
+                fixed: 1 1;
             }
             description { state: "anim_1" 0.0;
                 inherit: "default" 0.0;
index 65ca8ab..7fe93e7 100644 (file)
@@ -62,9 +62,6 @@ _sizing_eval(Evas_Object *obj)
    Widget_Data *wd = elm_widget_data_get(obj);
    Evas_Coord minw = -1, minh = -1;
    if (!wd) return;
-   edje_object_size_min_calc(wd->panes, &minw, &minh);
-   evas_object_size_hint_min_set(obj, minw, minh);
-   evas_object_size_hint_max_set(obj, minw, minh);
 }
 
 static void