Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_paned.c 


Log Message:
Temporary width fix to grabber width in ewl_paned.  Is this what we want?  
Without this the grabber width seems to change size randomly

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_paned.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_paned.c 4 Oct 2005 05:23:26 -0000       1.5
+++ ewl_paned.c 4 Oct 2005 11:11:00 -0000       1.6
@@ -110,6 +110,7 @@
        ewl_widget_show(EWL_WIDGET(p->first));
 
        p->grabber = ewl_vseparator_new();
+       ewl_object_custom_w_set(EWL_OBJECT(p->grabber), 10);
 
        ewl_container_child_append(EWL_CONTAINER(p), EWL_WIDGET(p->grabber));
        ewl_callback_append(EWL_WIDGET(p->grabber), EWL_CALLBACK_MOUSE_DOWN, 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to