Core no longer naievely constrains canvas resize dimensions

This commit is contained in:
Sasha Koshka
2023-01-17 14:31:06 -05:00
parent 91e60900ad
commit 375205a4d2
3 changed files with 1 additions and 5 deletions

View File

@@ -99,7 +99,6 @@ func (layout Vertical) MinimumSize (
width += theme.Padding() * 2
height += theme.Padding() * 2
}
println(width, height)
return
}