Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: ewl_password_test.c Log Message: Don't grow the window on the password test. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_password_test.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_password_test.c 5 Oct 2005 22:45:56 -0000 1.4 +++ ewl_password_test.c 27 Oct 2005 22:33:32 -0000 1.5 @@ -75,6 +75,8 @@ ewl_container_child_append(EWL_CONTAINER(password_box), password[0]); ewl_callback_append(password[0], EWL_CALLBACK_VALUE_CHANGED, __fetch_password_text, NULL); + ewl_object_fill_policy_set(EWL_OBJECT(password[0]), + EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_HSHRINK); ewl_widget_show(password[0]); password[1] = ewl_password_new(); @@ -83,6 +85,8 @@ ewl_container_child_append(EWL_CONTAINER(password_box), password[1]); ewl_callback_append(password[1], EWL_CALLBACK_VALUE_CHANGED, __fetch_password_text, NULL); + ewl_object_fill_policy_set(EWL_OBJECT(password[1]), + EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_HSHRINK); ewl_widget_show(password[1]); button_hbox = ewl_hbox_new(); ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs