Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_text_editor.c Log Message: - fix alignment =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_text_editor.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- ewl_text_editor.c 11 Sep 2006 04:36:03 -0000 1.15 +++ ewl_text_editor.c 11 Sep 2006 04:59:33 -0000 1.16 @@ -137,6 +137,10 @@ ewl_container_child_append(EWL_CONTAINER(hbox), o); ewl_callback_append(o, EWL_CALLBACK_VALUE_CHANGED, ete_cb_styles_changed, NULL); + ewl_object_fill_policy_set(EWL_OBJECT(o), + EWL_FLAG_FILL_VFILL | + EWL_FLAG_FILL_HSHRINK | + EWL_FLAG_FILL_HFILL); ewl_widget_show(o); o = ewl_label_new(); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs