Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/scrollpane Modified Files: ewl_scrollpane.c Log Message: that get lost during the test changes =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/scrollpane/ewl_scrollpane.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_scrollpane.c 17 Oct 2006 04:59:58 -0000 1.1 +++ ewl_scrollpane.c 18 Oct 2006 09:54:49 -0000 1.2 @@ -25,7 +25,7 @@ ewl_widget_show(scrollpane); button = ewl_button_new(); - ewl_object_size_request(EWL_OBJECT(button), 500, 500); + ewl_object_minimum_size_set(EWL_OBJECT(button), 500, 500); ewl_object_padding_set(EWL_OBJECT(button), 20, 20, 20, 20); ewl_container_child_append(EWL_CONTAINER(scrollpane), button); ewl_widget_show(button); ------------------------------------------------------------------------- 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