Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto.c 


Log Message:

Change startup size a bit.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ephoto.c    23 May 2006 00:30:17 -0000      1.53
+++ ephoto.c    25 May 2006 00:29:36 -0000      1.54
@@ -299,7 +299,7 @@
                m->win = ewl_window_new();
                ewl_window_title_set(EWL_WINDOW(m->win), "ephoto");
                ewl_window_name_set(EWL_WINDOW(m->win), "ephoto");
-               ewl_object_size_request(EWL_OBJECT(m->win), 640, 480);
+               ewl_object_size_request(EWL_OBJECT(m->win), 585, 470);
                ewl_callback_append(m->win, EWL_CALLBACK_KEY_DOWN, 
                                                        key_cb, NULL);
                ewl_callback_append(m->win, EWL_CALLBACK_DELETE_WINDOW, 




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to