prefer 24px icons for menus. downscaling looks less worse then upscaling. if ok

for everyone, bug http://trac.enlightenment.org/e/ticket/355 can be closed.


SVN revision: 42388
This commit is contained in:
Hannes Janetzek 2009-09-10 20:03:17 +00:00
parent 7935aebb1f
commit 327e6d0085
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ _e_util_menu_item_fdo_icon_set(E_Menu_Item *mi, const char *icon)
unsigned int size;
if ((!icon) || (!icon[0])) return 0;
size = e_util_icon_size_normalize(16 * e_scale);
size = e_util_icon_size_normalize(24 * e_scale);
path = efreet_icon_path_find(e_config->icon_theme, icon, size);
if (!path) return 0;
e_menu_item_icon_file_set(mi, path);