Renamed Expanding to Flexible

This commit is contained in:
2023-01-16 22:27:17 -05:00
parent d9281b139f
commit 76d50bb01a
3 changed files with 8 additions and 4 deletions

View File

@@ -25,6 +25,10 @@ func (layout Vertical) Arrange (entries []tomo.LayoutEntry, width, height int) {
freeSpace := height
expandingElements := 0
// TODO: find the width first, then store the minumum height of
// everything in a list, then arrange everything.
// minimumHeights := make([]int, len(entries))
// count the number of expanding elements and the amount of free space
// for them to collectively occupy
for index, entry := range entries {