Icon example scrolls!

This commit is contained in:
Sasha Koshka 2024-05-13 20:11:24 -04:00
parent ac51d3dc9f
commit 8aff032ebb
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import "git.tebibyte.media/tomo/objects"
import "git.tebibyte.media/tomo/tomo/theme"
import "git.tebibyte.media/tomo/objects/layouts"
const scrollIcons = false
const scrollIcons = true
type Application struct {
size theme.IconSize
@ -23,10 +23,10 @@ func (this *Application) Describe () nasin.ApplicationDescription {
}
func (this *Application) Init () error {
window, err := nasin.NewApplicationWindow(this, image.Rect(0, 0, 128, 128))
window, err := nasin.NewApplicationWindow(this, image.Rect(0, 0, 128, 256))
if err != nil { return err }
this.grid = objects.NewInnerContainer (
this.grid = objects.NewSunkenContainer (
layouts.NewGrid([]bool {
false, false, false, false, false, false, false, false, false, false, false, false,
}, []bool { }),