Enlightenment CVS committal
Author : pfritz
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/lib
Modified Files:
ewl_dialog.c
Log Message:
fix fill policy also for other button position, besides the default one
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dialog.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_dialog.c 25 Mar 2008 23:24:22 -0000 1.21
+++ ewl_dialog.c 25 Mar 2008 23:56:35 -0000 1.22
@@ -149,7 +149,7 @@
ewl_box_orientation_set(EWL_BOX(d->action_box),
EWL_ORIENTATION_VERTICAL);
ewl_object_fill_policy_set(EWL_OBJECT(d->action_area),
- EWL_FLAG_FILL_VFILL | EWL_FLAG_FILL_HSHRINK);
+ EWL_FLAG_FILL_VFILL);
}
else {
ewl_box_orientation_set(EWL_BOX(d->box),
@@ -159,7 +159,7 @@
ewl_box_orientation_set(EWL_BOX(d->action_box),
EWL_ORIENTATION_HORIZONTAL);
ewl_object_fill_policy_set(EWL_OBJECT(d->action_area),
- EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
+ EWL_FLAG_FILL_HFILL);
}
ewl_container_child_remove(EWL_CONTAINER(d->box), d->separator);
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs