Update examples
This commit is contained in:
parent
99be133432
commit
45b2bee72d
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user