set statusbar to height 0
This commit is contained in:
parent
46f328d41a
commit
efedd6522d
|
@ -41,7 +41,7 @@ const (
|
|||
|
||||
const (
|
||||
minDimension = 3
|
||||
statusbarHeight = 1
|
||||
statusbarHeight = 0
|
||||
)
|
||||
|
||||
func NewLayout(statusline *component.StatusBar, menu *component.Menu) *Layout {
|
||||
|
|
Loading…
Reference in New Issue