Update examples

This commit is contained in:
Sasha Koshka 2024-06-19 00:17:44 -04:00
parent 99be133432
commit 45b2bee72d
2 changed files with 1 additions and 2 deletions

View File

@ -69,7 +69,6 @@ func NewClockFace () *ClockFace {
CanvasBox: tomo.NewCanvasBox(), CanvasBox: tomo.NewCanvasBox(),
} }
box.SetRole(tomo.R("nasin", "ClockFace", "")) box.SetRole(tomo.R("nasin", "ClockFace", ""))
tomo.Apply(box)
box.SetDrawer(box) box.SetDrawer(box)
return box return box
} }

View File

@ -12,7 +12,7 @@ import "git.tebibyte.media/tomo/nasin/internal/icons/xdg"
const scrollIcons = true const scrollIcons = true
type Application struct { type Application struct {
window tomo.MainWindow window tomo.Window
size tomo.IconSize size tomo.IconSize
grid tomo.ContainerBox grid tomo.ContainerBox
} }