this just j

This commit is contained in:
2023-02-16 12:35:31 -05:00
parent 7235c86e22
commit 56dc9ba54c
5 changed files with 60 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ func run () {
popups.NewDialog(popups.DialogKindInfo, "", "Sike!")
})
mouse := testing.NewMouse()
input := basicElements.NewTextBox("Write some text", "")
input := basicElements.NewTextBox("Write some text", "fkjasdklfja\ndjkfhadf")
form := basicElements.NewContainer(basicLayouts.Vertical { true, false})
form.Adopt(basicElements.NewLabel("I have:", false), false)
form.Adopt(basicElements.NewSpacer(true), false)