Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: ewl_theme_test.c Log Message: Set some more common default fill policies on the text widgets. Cleanup the theme test layout. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_theme_test.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_theme_test.c 3 Oct 2005 06:43:07 -0000 1.6 +++ ewl_theme_test.c 5 Oct 2005 06:14:06 -0000 1.7 @@ -61,6 +61,7 @@ /* Notebook */ notebook = ewl_notebook_new (); + ewl_object_fill_policy_set(EWL_OBJECT(notebook), EWL_FLAG_FILL_ALL); ewl_notebook_tabs_position_set (EWL_NOTEBOOK(notebook), EWL_POSITION_TOP); ewl_widget_appearance_set (notebook, "window"); @@ -384,6 +385,7 @@ misc = ewl_text_new(); ewl_text_text_set(EWL_TEXT(misc), "Theme Visualization"); ewl_object_alignment_set (EWL_OBJECT (misc), EWL_FLAG_ALIGN_CENTER); + ewl_object_fill_policy_set(EWL_OBJECT (misc), EWL_FLAG_FILL_NONE); ewl_container_child_append (EWL_CONTAINER (vbox), misc); ewl_widget_show (misc); ------------------------------------------------------- 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