diff --git a/src/modules/systray/e_mod_notifier_host.c b/src/modules/systray/e_mod_notifier_host.c index 7c14b195a..3fe3340f1 100644 --- a/src/modules/systray/e_mod_notifier_host.c +++ b/src/modules/systray/e_mod_notifier_host.c @@ -80,7 +80,7 @@ image_load(const char *name, const char *path, Evas_Object *image) for (theme = themes; *theme; theme++) { struct stat st; - unsigned int *i, sizes[] = { 24, 32, 48, 64, 128, 256, 0 }; + unsigned int *i, sizes[] = { 16, 22, 24, 32, 36, 40, 48, 64, 72, 96, 128, 192, 256, 512, 0 }; snprintf(buf, sizeof(buf), "%s/%s", path, *theme); if (stat(buf, &st)) continue;