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

@@ -12,7 +12,7 @@ func main () {
}
func run () {
window, _ := tomo.NewWindow(2, 2)
window, _ := tomo.NewWindow(128, 128)
window.SetTitle("vertical stack")
container := containers.NewContainer(basicLayouts.Vertical { true, true })