Adding more size hints to external object's icons.

Patch by Fabiano Fidêncio.



SVN revision: 45553
This commit is contained in:
Gustavo Lima Chaves 2010-01-25 14:24:15 +00:00
parent 0460f51cff
commit 500a0ffdd7
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ external_##type_name##_icon_add(void *data, Evas *e) { \
ic = edje_object_add(e); \
edje_object_file_set(ic, PACKAGE_DATA_DIR"/edje_externals/icons.edj", "ico_"name);\
evas_object_size_hint_min_set(ic, w, h); \
evas_object_size_hint_max_set(ic, w, h); \
\
return ic; \
}