From 3017e756a9c4fe1e386f10ed5f166f06ef046c8f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 25 Jan 2024 20:12:25 +0200 Subject: add text wrap --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index deac956..1850a73 100644 --- a/main.go +++ b/main.go @@ -21,6 +21,7 @@ func main() { storageDir := a.Preferences().String("Directory") input := widget.NewMultiLineEntry() + input.Wrapping = fyne.TextWrapWord input.SetPlaceHolder("Enter text here!") button := widget.NewButton("Log text", func() { -- cgit v1.2.3