ephoto: avoid theme complaints

I suppose elm will take care of making this button big
enough to be used considering user configs and such.
finger size, scale, ...



SVN revision: 75577
This commit is contained in:
Bruno Dilly 2012-08-22 22:01:18 +00:00
parent e0c86362b2
commit 941de7187b
2 changed files with 0 additions and 2 deletions

View File

@ -813,7 +813,6 @@ _button_add(Evas_Object *box, const char *image)
ic = elm_icon_add(but);
elm_image_file_set(ic, image, NULL);
evas_object_size_hint_min_set(ic, 16, 16);
evas_object_size_hint_aspect_set(ic, EVAS_ASPECT_CONTROL_BOTH, 1, 1);
elm_object_content_set(but, ic);

View File

@ -450,7 +450,6 @@ _button_add(Evas_Object *box, const char *image)
ic = elm_icon_add(but);
elm_image_file_set(ic, image, NULL);
evas_object_size_hint_min_set(ic, 16, 16);
evas_object_size_hint_aspect_set(ic, EVAS_ASPECT_CONTROL_BOTH, 1, 1);
elm_object_content_set(but, ic);