Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_normal_view.c 


Log Message:
Add more width to the slider.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_normal_view.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ephoto_normal_view.c        10 Jun 2007 21:11:29 -0000      1.17
+++ ephoto_normal_view.c        16 Jun 2007 06:46:28 -0000      1.18
@@ -48,7 +48,7 @@
        ewl_container_child_append(EWL_CONTAINER(em->fbox_vbox), 
em->fthumb_size);
        ewl_callback_append(em->fthumb_size, EWL_CALLBACK_VALUE_CHANGED, 
change_size, NULL);
        ewl_object_alignment_set(EWL_OBJECT(em->fthumb_size), 
EWL_FLAG_ALIGN_RIGHT);
-       ewl_object_maximum_size_set(EWL_OBJECT(em->fthumb_size), 100, 25);
+       ewl_object_maximum_size_set(EWL_OBJECT(em->fthumb_size), 160, 20);
        ewl_widget_show(em->fthumb_size);
 
        return em->fbox_vbox;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to