AHHHHH!!!

This commit is contained in:
Sasha Koshka
2023-02-16 14:39:51 -05:00
parent fa934fa485
commit e2e846a0e5
3 changed files with 34 additions and 5 deletions

View File

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