Fixed text being cut of on several examples

This commit is contained in:
2023-03-17 01:38:57 -04:00
parent 4c6e01203c
commit 0fd56f272c
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ func main () {
}
func run () {
window, _ := tomo.NewWindow(480, 2)
window, _ := tomo.NewWindow(480, 360)
window.SetTitle("example label")
window.Adopt(basicElements.NewLabel(text, true))
window.OnClose(tomo.Stop)