Enlightenment CVS committal
Author : handyande
Project : e17
Module : apps/examine
Dir : e17/apps/examine/src
Modified Files:
examine.c
Log Message:
And work better for small featuresets too
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- examine.c 13 Oct 2004 22:27:18 -0000 1.27
+++ examine.c 13 Oct 2004 22:39:42 -0000 1.28
@@ -472,13 +472,14 @@
button = ewl_text_new(name);
ewl_widget_show(button);
- pane = ewl_vbox_new();
scrollpane = ewl_scrollpane_new();
-
ewl_object_alignment_set(EWL_OBJECT(scrollpane), EWL_FLAG_ALIGN_TOP);
ewl_widget_show(scrollpane);
-
+
+ pane = ewl_vbox_new();
ewl_object_alignment_set(EWL_OBJECT(pane), EWL_FLAG_ALIGN_TOP);
+ ewl_object_fill_policy_set(EWL_OBJECT(pane), EWL_FLAG_FILL_VSHRINK |
+ EWL_FLAG_FILL_HFILL);
ewl_widget_show(pane);
ewl_container_child_append(EWL_CONTAINER(scrollpane), pane);
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs