summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-01-25 20:12:25 +0200
committerPaul Buetow <paul@buetow.org>2024-01-25 20:12:25 +0200
commit3017e756a9c4fe1e386f10ed5f166f06ef046c8f (patch)
tree24cdef0061ebf631cff08fdf77bec390d665de38 /main.go
parent486c30caa878b2e56b80feb24e3fe2b036a50c64 (diff)
add text wrap
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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() {