Layouts work!!!!
This commit is contained in:
@@ -33,6 +33,7 @@ func (layout Vertical) Arrange (entries []tomo.LayoutEntry, width, height int) {
|
||||
} else {
|
||||
_, entryMinHeight := entry.MinimumSize()
|
||||
freeSpace -= entryMinHeight
|
||||
freeSpace -= theme.Padding()
|
||||
}
|
||||
}
|
||||
expandingElementHeight := 0
|
||||
|
||||
Reference in New Issue
Block a user