Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_colorpicker.c Log Message: add comment =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colorpicker.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- ewl_colorpicker.c 11 Jun 2008 23:04:45 -0000 1.49 +++ ewl_colorpicker.c 27 Jul 2008 23:23:17 -0000 1.50 @@ -165,6 +165,7 @@ ewl_container_child_append(EWL_CONTAINER(hbox), o); ewl_spectrum_type_set(EWL_SPECTRUM(o), EWL_SPECTRUM_TYPE_VERTICAL); ewl_spectrum_rgb_set(EWL_SPECTRUM(o), r, g, b); + /* XXX this shouldn't be hard coded */ ewl_object_minimum_size_set(EWL_OBJECT(o), 15, 150); ewl_object_maximum_size_set(EWL_OBJECT(o), 15, EWL_OBJECT_MAX_SIZE); ewl_object_padding_set(EWL_OBJECT(o), 2, 2, 2, 2); ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs