Progress?

This commit is contained in:
2023-01-17 10:55:38 -05:00
parent 40bdffc8be
commit 7398f146ba
2 changed files with 6 additions and 3 deletions

View File

@@ -300,7 +300,6 @@ func (element *Container) HandleSelection (direction tomo.SelectionDirection) (o
return false
}
// FIXME: fix this!
func (element *Container) MinimumHeightFor (width int) (height int) {
return element.layout.MinimumHeightFor(element.children, width)
}