summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-21 09:55:08 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-21 09:55:08 +0300
commit1675af98d40a3f1a1d2dd57caaa7a51896fd0b01 (patch)
tree589c17810e84e8be43fbd70ecc24af64073c0dcd /helpfuncs.go
parent61a0ddfdfd266fa533abf6d3bb8f000f1214a2cd (diff)
Chore: colorschemes to their own file
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go2
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()