ui/motif/window.c

changeset 61
7ee124a58fe3
parent 60
7cd1b8890302
child 62
70d2aee84432
--- a/ui/motif/window.c	Thu Jan 01 14:13:37 2015 +0100
+++ b/ui/motif/window.c	Thu Jan 01 17:22:55 2015 +0100
@@ -121,8 +121,7 @@
     
     Widget content_form = XmCreateForm(frame, "content_form", NULL, 0);
     XtManageChild(content_form);
-    obj->container = ui_vbox_container(obj, content_form);
-    //obj->container = ui_frame_container(obj, frame);
+    obj->container = ui_box_container(obj, content_form, UI_BOX_VERTICAL);
     
     XtManageChild(form);
       

mercurial