Bit of refactoring of the horizontal layout

This commit is contained in:
Sasha Koshka
2023-01-17 15:31:59 -05:00
parent 99492874ca
commit b7fe28f600
2 changed files with 34 additions and 44 deletions

View File

@@ -10,7 +10,7 @@ func main () {
}
func run () {
window, _ := tomo.NewWindow(256, 2)
window, _ := tomo.NewWindow(360, 2)
window.SetTitle("horizontal stack")
container := basic.NewContainer(layouts.Horizontal { true, true })