Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir     : e_modules/slideshow


Modified Files:
        e_mod_main.c 


Log Message:
Patch from Viktor Kojouharov for increasing thumbnail size to accomodate for
the largest possible shelf size.

===================================================================
RCS file: /cvs/e/e_modules/slideshow/e_mod_main.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- e_mod_main.c        2 Dec 2007 16:35:24 -0000       1.56
+++ e_mod_main.c        16 Jan 2008 00:15:38 -0000      1.57
@@ -395,7 +395,7 @@
    ss = E_NEW(Slideshow, 1);
    snprintf(buf, sizeof (buf), "%s/slideshow.edj", e_module_dir_get 
(slide_config->module));
    ss->img_obj = e_livethumb_add(evas);
-   e_livethumb_vsize_set(ss->img_obj, 16, 16);
+   e_livethumb_vsize_set(ss->img_obj, 120, 120);
    evas_object_show(ss->img_obj);
 
    ss->slide_obj = edje_object_add(evas);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to