X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=xio.c;h=ea13d0554cc1f044dee0267736149648972a10c6;hp=e78e5141039267a65908244a9ff945c5e5832074;hb=29ad72468c182d54cca779529a2ea5ab288ef8ba;hpb=e535e2ef833a03ec84d0f002d684c07ddde893f1 diff --git a/xio.c b/xio.c index e78e514..ea13d05 100644 --- 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)