Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_list_view.c ephoto_main.c 


Log Message:
Make thumbnails larger.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_list_view.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ephoto_list_view.c  11 Mar 2007 01:14:47 -0000      1.10
+++ ephoto_list_view.c  13 Mar 2007 00:52:16 -0000      1.11
@@ -97,7 +97,7 @@
        image_pixels_int_get(image, &width, &height);
        
        img = add_image(w, image, 1, NULL, NULL);
-       ewl_image_constrain_set(EWL_IMAGE(img), 48);
+       ewl_image_constrain_set(EWL_IMAGE(img), 64);
        ewl_widget_name_set(w, image);
        
        size = ecore_file_size(image);
===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ephoto_main.c       11 Mar 2007 09:19:53 -0000      1.11
+++ ephoto_main.c       13 Mar 2007 00:52:16 -0000      1.12
@@ -204,6 +204,7 @@
                 imagef = ecore_dlist_current(em->images);
 
                 thumb = add_image(em->fbox, imagef, 1, set_info, NULL);
+               ewl_image_constrain_set(EWL_IMAGE(thumb), 64);
                ewl_object_alignment_set(EWL_OBJECT(thumb), 
EWL_FLAG_ALIGN_CENTER);
                ewl_widget_name_set(thumb, imagef);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to