Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_textarea_test.c 


Log Message:
Straighten out the scrollbar theme a bit. Make the textarea test a little more
usable.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_textarea_test.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_textarea_test.c 2 Sep 2003 21:57:13 -0000       1.7
+++ ewl_textarea_test.c 5 Sep 2003 22:20:27 -0000       1.8
@@ -83,7 +83,7 @@
        textarea_win = ewl_window_new();
        ewl_object_set_fill_policy(EWL_OBJECT(textarea_win),
                        EWL_FILL_POLICY_FILL);
-       ewl_object_set_maximum_size(EWL_OBJECT(textarea_win), 200, 200);
+       ewl_object_set_minimum_size(EWL_OBJECT(textarea_win), 200, 200);
        ewl_object_set_maximum_size(EWL_OBJECT(textarea_win), 400, 400);
        ewl_callback_append(textarea_win, EWL_CALLBACK_DELETE_WINDOW,
                            __destroy_textarea_test_window, NULL);




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to