fyne icon indicating copy to clipboard operation
fyne copied to clipboard

Single Line Entry Shows Multiple Lines

Open stuartmscott opened this issue 3 years ago • 2 comments

The default entry (with Multiline set to false) will still display multiple lines if set programmatically.

e := widget.NewEntry()
e.SetText(`Hello
World!`)

Screenshot

https://gophers.slack.com/archives/CK5U4BU87/p1642272423064000

stuartmscott avatar Jan 31 '22 19:01 stuartmscott