set statusbar to height 0

This commit is contained in:
Ray Elliott 2021-05-31 18:54:15 +01:00
parent 46f328d41a
commit efedd6522d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const (
const (
minDimension = 3
statusbarHeight = 1
statusbarHeight = 0
)
func NewLayout(statusline *component.StatusBar, menu *component.Menu) *Layout {