On Thu, 10 Sep 2009 13:03:17 -0700 "Enlightenment SVN"
<no-re...@enlightenment.org> said:

how about we fix e_icon to auto-choose the fdo ico based on the current object
size and change size (and source/file) as needed?

> Log:
>   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. 
> Author:       jeffdameth
> Date:         2009-09-10 13:03:17 -0700 (Thu, 10 Sep 2009)
> New Revision: 42388
> 
> Modified:
>   trunk/e/src/bin/e_utils.c 
> 
> Modified: trunk/e/src/bin/e_utils.c
> ===================================================================
> --- trunk/e/src/bin/e_utils.c 2009-09-10 19:05:47 UTC (rev 42387)
> +++ trunk/e/src/bin/e_utils.c 2009-09-10 20:03:17 UTC (rev 42388)
> @@ -477,7 +477,7 @@
>     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);
> 
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to