Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_spinner.c 


Log Message:
Fix spinner buttons fill policy.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spinner.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_spinner.c       12 Jan 2006 18:21:19 -0000      1.15
+++ ewl_spinner.c       12 Apr 2006 05:46:29 -0000      1.16
@@ -1,7 +1,7 @@
+#include "ewl_private.h"
 #include <Ewl.h>
 #include "ewl_debug.h"
 #include "ewl_macros.h"
-#include "ewl_private.h"
 
 static void ewl_spinner_calc_value(Ewl_Spinner *s, double val, unsigned int 
call);
 static int ewl_spinner_timer(void *data);
@@ -86,6 +86,7 @@
        ewl_container_child_append(EWL_CONTAINER(s), vbox);
        ewl_widget_appearance_set(vbox, "controls");
        ewl_widget_internal_set(vbox, TRUE);
+       ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_NONE);
        ewl_widget_show(vbox);
 
        s->increment = ewl_button_new();




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to