Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        e_mod_main.c 


Log Message:
No reason to limit the size of the module

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c        26 Sep 2005 22:53:12 -0000      1.8
+++ e_mod_main.c        26 Sep 2005 22:54:06 -0000      1.9
@@ -128,7 +128,7 @@
                        E_GADMAN_POLICY_HSIZE |
                        E_GADMAN_POLICY_VSIZE);
        e_gadman_client_min_size_set (gmc, 8, 8);
-       e_gadman_client_max_size_set (gmc, 600, 600);
+       e_gadman_client_max_size_set (gmc, 2000, 2000);
        e_gadman_client_auto_size_set (gmc, 186, 40);
        e_gadman_client_align_set (gmc, 0.0, 0.0);
        e_gadman_client_resize (gmc, 186, 40);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to