From 1675af98d40a3f1a1d2dd57caaa7a51896fd0b01 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 21 Feb 2026 09:55:08 +0300 Subject: Chore: colorschemes to their own file --- helpfuncs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpfuncs.go') 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() -- cgit v1.2.3