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
v-1.6.0
Bruno Dilly 11 years ago
parent e0c86362b2
commit 941de7187b
  1. 1
      src/bin/ephoto_single_browser.c
  2. 1
      src/bin/ephoto_thumb_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);

@ -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);

Loading…
Cancel
Save