From c524f60c308dd13ce0c1f9feee5cb6aa79862951 Mon Sep 17 00:00:00 2001 From: Dolev Hadar <6196971+dlvhdr@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:05:00 +0300 Subject: [PATCH] fix: help height (#411) --- ui/common/styles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/common/styles.go b/ui/common/styles.go index 9ecb3271..9112c11c 100644 --- a/ui/common/styles.go +++ b/ui/common/styles.go @@ -10,7 +10,7 @@ import ( var ( SearchHeight = 3 FooterHeight = 1 - ExpandedHelpHeight = 12 + ExpandedHelpHeight = 13 InputBoxHeight = 8 SingleRuneWidth = 4 MainContentPadding = 1