Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/puzzle Modified Files: ewl_puzzle.c Log Message: give the text widget some size hints =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/puzzle/ewl_puzzle.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_puzzle.c 23 Aug 2007 05:26:47 -0000 1.7 +++ ewl_puzzle.c 18 Nov 2007 14:04:53 -0000 1.8 @@ -95,9 +95,10 @@ w = ewl_text_new(); ewl_object_insets_set(EWL_OBJECT(w), 10, 10, 10, 10); ewl_text_wrap_set(EWL_TEXT(w), TRUE); + ewl_object_w_request(EWL_OBJECT(w), 400); ewl_text_text_append(EWL_TEXT(w), - "The rules are really simple. Just try\n" - "to have the same image on your left\n" + "The rules are really simple. Just try " + "to have the same image on your left " "like you have on your right hand."); ewl_container_child_append(EWL_CONTAINER(hbox), w); ewl_widget_show(w); ------------------------------------------------------------------------- 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