Widgets now stack vertically.
[super-star-trek.git] / xio.c
diff --git a/xio.c b/xio.c
index e78e5141039267a65908244a9ff945c5e5832074..ea13d0554cc1f044dee0267736149648972a10c6 100644 (file)
--- a/xio.c
+++ b/xio.c
@@ -24,7 +24,7 @@ int main (int argc, char **argv)
     quit = XtVaCreateManagedWidget ("quit", commandWidgetClass, form, XtNlabel,
                                    "Quit", NULL);
     text = XtVaCreateManagedWidget ("text", asciiTextWidgetClass, form, 
-                                   XtNfromHoriz, quit, XtNresize,
+                                   XtNfromVert, quit, XtNresize,
                                    XawtextResizeBoth, XtNresizable, True, NULL);
     XtAddCallback (quit, XtNcallback, quit_proc, NULL);
     if (argc <= 1)