ecs #15

Merged
sashakoshka merged 41 commits from ecs into main 2023-04-19 22:29:08 -06:00
Showing only changes of commit 1044c8299a - Show all commits

View File

@ -141,7 +141,7 @@ func (element *VBox) freeSpace () (space float64, nExpanding float64) {
space -= float64(padding.Vertical())
}
if element.margin {
space -= float64(margin.Y * len(element.scratch) - 1)
space -= float64(margin.Y * (len(element.scratch) - 1))
}
return