diff options
Diffstat (limited to 'helpfuncs.go')
| -rw-r--r-- | helpfuncs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpfuncs.go b/helpfuncs.go index d8c28af..09751e3 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -433,7 +433,7 @@ func updateFlexLayout() { flex.AddItem(textView, 0, 40, false) flex.AddItem(textArea, 0, 10, false) if positionVisible { - flex.AddItem(statusLineWidget, 0, 4, false) + flex.AddItem(statusLineWidget, 0, 2, false) } // Keep focus on currently focused widget focused := app.GetFocus() |
