ui/motif/text.c

changeset 459
4ea4bb379273
parent 452
a0620cf552a6
child 488
e4de8ba906f8
--- a/ui/motif/text.c	Wed Feb 05 23:10:09 2025 +0100
+++ b/ui/motif/text.c	Thu Feb 06 22:03:14 2025 +0100
@@ -49,6 +49,7 @@
     
     Widget parent = ctn->prepare(ctn, xargs, &n);
     char *name = args.name ? (char*)args.name : "textarea";
+    XtSetArg(xargs[n], XmNwidth, 100); n++;
     Widget widget = XmCreateScrolledText(parent, name, xargs, n);
     XtManageChild(widget);
     

mercurial