Directory view works

This commit is contained in:
2023-04-20 00:15:37 -04:00
parent afdecc2c8b
commit dbee2ff5a9
4 changed files with 214 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ func main () {
func run () {
window, _ := tomo.NewWindow(tomo.Bounds(0, 0, 200, 216))
window.SetTitle("Clock")
window.SetApplicationName("TomoClock")
container := elements.NewVBox(elements.SpaceBoth)
window.Adopt(container)