From 334280a11fa886738a895cc8a6bbb308c2a1a40b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 12 Aug 2018 19:55:21 -0400 Subject: Added MultilineEntry. --- zz_controls.go | 1 + 1 file changed, 1 insertion(+) (limited to 'zz_controls.go') 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); -- cgit v1.2.3