summaryrefslogtreecommitdiff
path: root/zz_controls.go
diff options
context:
space:
mode:
Diffstat (limited to 'zz_controls.go')
-rw-r--r--zz_controls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/zz_controls.go b/zz_controls.go
index 3ea3392..2875e6e 100644
--- a/zz_controls.go
+++ b/zz_controls.go
@@ -27,6 +27,7 @@ func makeBasicControlsPage() ui.Control {
group.SetMargined(true)
vbox.Append(group, true)
+group.SetChild(ui.NewNonWrappingMultilineEntry())
/*
entryForm = uiNewForm();
uiFormSetPadded(entryForm, 1);