set height of main menu help to match other scenes
This commit is contained in:
parent
ca84300ef3
commit
ba6413e9c7
1 changed files with 1 additions and 1 deletions
|
@ -201,6 +201,6 @@ func (m mainMenu) View() string {
|
|||
return lipgloss.JoinVertical(lipgloss.Left, header, err, m.list.View())
|
||||
}
|
||||
|
||||
m.list.SetSize(m.list.Width(), m.root.Size().Height-lipgloss.Height(header))
|
||||
m.list.SetSize(m.list.Width(), m.root.Size().Height-lipgloss.Height(header)-1)
|
||||
return lipgloss.JoinVertical(lipgloss.Left, header, m.list.View())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue