fyne
fyne copied to clipboard
Single Line Entry Shows Multiple Lines
The default entry (with Multiline
set to false
) will still display multiple lines if set programmatically.
e := widget.NewEntry()
e.SetText(`Hello
World!`)
https://gophers.slack.com/archives/CK5U4BU87/p1642272423064000