From ca86e61a1545c604e67050e395f9b3cad4fc94f0 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 12 May 2014 06:20:01 +1000 Subject: Try to calculate minimum winFang size, and fail coz no one else does. --- src/extantz/woMan.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/extantz/woMan.c') diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index b2f7ee3..2a881ce 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c @@ -280,5 +280,7 @@ winFang *woMan_add(globals *ourGlobals) elm_layout_box_append(me->win, WF_BOX, bt); eo_unref(bt); + winFangCalcMinSize(me); + return me; } -- cgit v1.1