Elementary: 16px is a common value for icons size.

SVN revision: 63091
This commit is contained in:
Nicolas Aguirre 2011-09-02 16:19:22 +00:00
parent 8d9360dea6
commit 5c82959127
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ _icon_size_min_get(Evas_Object *icon)
{
int size;
_els_smart_icon_size_get(icon, &size, NULL);
return (size < 32) ? 32 : size;
return (size < 16) ? 16 : size;
}
#ifdef HAVE_ELEMENTARY_ETHUMB