Enlightenment CVS committal Author : jethomas Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/media Modified Files: ewl_media_test.c Log Message: Fix sizing in media test, and fix pathname returned in filelist =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/media/ewl_media_test.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_media_test.c 4 Dec 2007 05:28:02 -0000 1.1 +++ ewl_media_test.c 26 Dec 2007 04:46:25 -0000 1.2 @@ -246,14 +246,14 @@ ewl_window_class_set(EWL_WINDOW(win), "EWL_Media_test"); ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, del_cb, NULL); ewl_callback_append(win, EWL_CALLBACK_KEY_UP, key_up_cb, NULL); - ewl_object_size_request(EWL_OBJECT(win), 320, 280); - ewl_object_fill_policy_set(EWL_OBJECT(win), EWL_FLAG_FILL_ALL); + ewl_object_h_request(EWL_OBJECT(win), 280); + ewl_object_fill_policy_set(EWL_OBJECT(win), EWL_FLAG_FILL_FILL); ewl_widget_show(win); /* box to contain everything */ b = ewl_vbox_new(); ewl_container_child_append(EWL_CONTAINER(win), b); - ewl_object_fill_policy_set(EWL_OBJECT(b), EWL_FLAG_FILL_ALL); + ewl_object_fill_policy_set(EWL_OBJECT(b), EWL_FLAG_FILL_FILL); ewl_widget_show(b); /* create the time widget now so we can pass it to the video as data */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs