aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/woMan.c')
-rw-r--r--src/extantz/woMan.c2
1 files changed, 2 insertions, 0 deletions
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)
280 elm_layout_box_append(me->win, WF_BOX, bt); 280 elm_layout_box_append(me->win, WF_BOX, bt);
281 eo_unref(bt); 281 eo_unref(bt);
282 282
283 winFangCalcMinSize(me);
284
283 return me; 285 return me;
284} 286}