Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_progressbar.c Log Message: - set the default progress bar fill policy to horizontal fill and vertial shrink =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_progressbar.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- ewl_progressbar.c 23 Aug 2007 05:26:51 -0000 1.20 +++ ewl_progressbar.c 11 Sep 2007 02:02:20 -0000 1.21 @@ -82,6 +82,9 @@ ewl_callback_append(w, EWL_CALLBACK_VALUE_CHANGED, ewl_progressbar_cb_value_changed, NULL); + ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_HFILL | + EWL_FLAG_FILL_VSHRINK); + DRETURN_INT(TRUE, DLEVEL_STABLE); } ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs