Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.c Log Message: Don't shrink the label, just fill so the theme can define alignment. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_button.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_button.c 8 Oct 2005 06:22:59 -0000 1.7 +++ ewl_button.c 9 Oct 2005 04:05:01 -0000 1.8 @@ -71,7 +71,7 @@ b->label_object = ewl_label_new(); ewl_label_text_set(EWL_LABEL(b->label_object), l); ewl_object_fill_policy_set(EWL_OBJECT(b->label_object), - EWL_FLAG_FILL_ALL); + EWL_FLAG_FILL_FILL); ewl_object_alignment_set(EWL_OBJECT(b->label_object), EWL_FLAG_ALIGN_CENTER); ewl_container_child_append(EWL_CONTAINER(b), b->label_object); ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs