Added a piano widget because why not really

This commit is contained in:
2023-02-08 21:05:36 -05:00
parent 6cc0f36000
commit bec8b817c8
3 changed files with 271 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ func main () {
func run () {
window, _ := tomo.NewWindow(2, 2)
window.SetTitle("clock")
window.SetTitle("Clock")
container := basicElements.NewContainer(basicLayouts.Vertical { true, true })
window.Adopt(container)