Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_scrollbar.c Log Message: Fix the fill policy on the default orientation. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_scrollbar.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_scrollbar.c 25 Oct 2005 03:03:44 -0000 1.8 +++ ewl_scrollbar.c 29 Oct 2005 01:49:16 -0000 1.9 @@ -94,6 +94,8 @@ ewl_box_orientation_set(EWL_BOX(w), EWL_ORIENTATION_HORIZONTAL); ewl_widget_appearance_set(w, "hscrollbar"); ewl_widget_inherit(w, "scrollbar"); + ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_HFILL | + EWL_FLAG_FILL_HSHRINK); /* * Create the basic widgets that are contained in the scrollbar. ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs