Update examples
This commit is contained in:
parent
99be133432
commit
45b2bee72d
@ -69,7 +69,6 @@ func NewClockFace () *ClockFace {
|
||||
CanvasBox: tomo.NewCanvasBox(),
|
||||
}
|
||||
box.SetRole(tomo.R("nasin", "ClockFace", ""))
|
||||
tomo.Apply(box)
|
||||
box.SetDrawer(box)
|
||||
return box
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ import "git.tebibyte.media/tomo/nasin/internal/icons/xdg"
|
||||
const scrollIcons = true
|
||||
|
||||
type Application struct {
|
||||
window tomo.MainWindow
|
||||
window tomo.Window
|
||||
size tomo.IconSize
|
||||
grid tomo.ContainerBox
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user