Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_box.c 


Log Message:
spacing should only affect the space between the widgets (bug 438)

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_box.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- ewl_box.c   26 Feb 2008 04:24:12 -0000      1.54
+++ ewl_box.c   13 Apr 2008 15:24:58 -0000      1.55
@@ -638,6 +638,10 @@
                        i++;
                }
        }
+       
+       /* the last widget does not have spacing on its right side, so
+        * we need to add it again */
+       *fill_size += b->spacing;
 
        DRETURN_INT(i, DLEVEL_STABLE);
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to