diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c index d5a502c..1cb5381 100644 --- a/src/bin/ephoto_single_browser.c +++ b/src/bin/ephoto_single_browser.c @@ -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); diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index a1ce55e..98b28cd 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -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);