Cleanup some commented out lines that were left there on last commit.

SVN revision: 42111
This commit is contained in:
Christopher Michael 2009-08-30 16:57:14 +00:00
parent 353a2d8bbc
commit b5532973b0
1 changed files with 2 additions and 10 deletions

View File

@ -144,16 +144,8 @@ _theme_hook(Evas_Object *obj)
elm_coords_finger_size_adjust(1, &mw, 1, &mh);
edje_object_size_min_restricted_calc(it->base, &mw, &mh, mw, mh);
elm_coords_finger_size_adjust(1, &mw, 1, &mh);
// if (!it->separator)
// {
evas_object_size_hint_min_set(it->base, mw, mh);
evas_object_size_hint_max_set(it->base, 9999, mh);
// }
// else
// {
// evas_object_size_hint_min_set(it->base, 10, mh);
// evas_object_size_hint_max_set(it->base, 10, mh);
// }
evas_object_size_hint_min_set(it->base, mw, mh);
evas_object_size_hint_max_set(it->base, 9999, mh);
}
_sizing_eval(obj);
}