diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-25 20:12:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-25 20:12:25 +0200 |
| commit | 3017e756a9c4fe1e386f10ed5f166f06ef046c8f (patch) | |
| tree | 24cdef0061ebf631cff08fdf77bec390d665de38 /main.go | |
| parent | 486c30caa878b2e56b80feb24e3fe2b036a50c64 (diff) | |
add text wrap
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |
