diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-12 19:55:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-12 19:55:21 -0400 |
| commit | 334280a11fa886738a895cc8a6bbb308c2a1a40b (patch) | |
| tree | 2ab2deed92f5ae6ecd0d87506d6349c4b2e31856 /zz_controls.go | |
| parent | 82818a0a13117ab69e6a5a62379417c33122278d (diff) | |
Added MultilineEntry.
Diffstat (limited to 'zz_controls.go')
| -rw-r--r-- | zz_controls.go | 1 |
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); |
