diff -r fdd33964b35f -r 500c085d2133 ui/motif/window.c --- a/ui/motif/window.c Sun Jan 24 19:23:49 2016 +0100 +++ b/ui/motif/window.c Sun Jan 24 19:57:16 2016 +0100 @@ -137,7 +137,7 @@ Widget content_form = XmCreateForm(frame, "content_form", NULL, 0); XtManageChild(content_form); - obj->container = ui_box_container(obj, content_form, UI_BOX_VERTICAL); + obj->container = ui_box_container(obj, content_form, 0, 0, UI_BOX_VERTICAL); XtManageChild(form);