Added a (half-working) table element

This commit is contained in:
2023-04-03 20:01:44 -04:00
parent 603d029c50
commit 941f6f6576
3 changed files with 409 additions and 1 deletions

View File

@@ -281,7 +281,7 @@ func (Default) Padding (id tomo.Pattern, c tomo.Case) artist.Inset {
case tomo.PatternSunken:
if c.Match("tomo", "list", "") {
return artist.I(4, 0, 3)
} else if c.Match("basic", "progressBar", "") {
} else if c.Match("tomo", "progressBar", "") {
return artist.I(2, 1, 1, 2)
} else {
return artist.I(8)