Chiseled is now called Beveled

This commit is contained in:
2023-01-20 23:00:26 -05:00
parent a273178a8e
commit 4c1bf070fe
6 changed files with 25 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ func (element *AnalogClock) draw () {
bounds := element.core.Bounds()
artist.FillRectangle (
element.core,
element,
theme.SunkenPattern(),
bounds)