Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_freebox.c Log Message: use the preferred size for now in the freebox =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_freebox.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- ewl_freebox.c 23 Aug 2007 05:26:51 -0000 1.23 +++ ewl_freebox.c 28 Oct 2007 17:02:47 -0000 1.24 @@ -394,7 +394,7 @@ while ((child = ecore_dlist_next(c->children))) { if (!VISIBLE(child)) continue; - ewl_object_minimum_size_get(EWL_OBJECT(child), + ewl_object_preferred_size_get(EWL_OBJECT(child), &child_w, &child_h); /* past end of widget, wrap */ @@ -419,7 +419,7 @@ while ((child = ecore_dlist_next(c->children))) { if (!VISIBLE(child)) continue; - ewl_object_minimum_size_get(EWL_OBJECT(child), + ewl_object_preferred_size_get(EWL_OBJECT(child), &child_w, &child_h); /* past end of widget, wrap */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs