Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist_view.c 


Log Message:
use medium icon size for the filelist icons

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_view.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_filelist_view.c 9 Dec 2007 06:21:43 -0000       1.3
+++ ewl_filelist_view.c 11 Dec 2007 23:24:04 -0000      1.4
@@ -20,7 +20,7 @@
 
        /* Create icon */
        ret = ewl_icon_simple_new();
-       ewl_icon_constrain_set(EWL_ICON(ret), 32);
+       ewl_icon_constrain_set(EWL_ICON(ret), EWL_ICON_SIZE_MEDIUM);
        ewl_box_orientation_set(EWL_BOX(ret),
                        EWL_ORIENTATION_HORIZONTAL);
        ewl_object_alignment_set(EWL_OBJECT(ret), EWL_FLAG_ALIGN_LEFT);
@@ -30,11 +30,13 @@
        {
                if (!strcmp(data, ".."))
                        img = ewl_icon_theme_icon_path_get
-                                               (EWL_ICON_GO_UP, 0);
+                                               (EWL_ICON_GO_UP,
+                                                EWL_ICON_SIZE_MEDIUM);
                else
                {
                        stock = ewl_filelist_stock_icon_get(data);
-                       img = ewl_icon_theme_icon_path_get(stock, 0);
+                       img = ewl_icon_theme_icon_path_get(stock,
+                                               EWL_ICON_SIZE_MEDIUM);
                }
                if (img) ewl_icon_image_set(EWL_ICON(ret), 
                                                img, NULL);



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to