I think this should be moved to the theme rather than hardcoding it directly into the lib.
On Jan 24, 2008 9:08 PM, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > Enlightenment CVS committal > > Author : jethomas > Project : e17 > Module : libs/ewl > > Dir : e17/libs/ewl/src/lib > > > Modified Files: > ewl_filepicker.c > > > Log Message: > Add some padding to the combo. > > =================================================================== > RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.c,v > retrieving revision 1.45 > retrieving revision 1.46 > diff -u -3 -r1.45 -r1.46 > --- ewl_filepicker.c 16 Jan 2008 22:03:17 -0000 1.45 > +++ ewl_filepicker.c 25 Jan 2008 03:08:19 -0000 1.46 > @@ -160,6 +160,7 @@ > ewl_filepicker_cb_path_change, fp); > ewl_object_fill_policy_set(EWL_OBJECT(fp->mvc_path.combo), > EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK); > + ewl_object_padding_set(EWL_OBJECT(fp->mvc_path.combo), 1, 1, 1, 1); > ewl_widget_show(fp->mvc_path.combo); > > o = ewl_hbox_new(); > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > enlightenment-cvs mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
