From ca13b4bc730a4aa2ced49c6a020730e99fb9d929 Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:23:42 +0100 Subject: [PATCH] Update pkg/tui/views/dashboard/header.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/tui/views/dashboard/header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tui/views/dashboard/header.go b/pkg/tui/views/dashboard/header.go index 9810188..fcd2b7e 100644 --- a/pkg/tui/views/dashboard/header.go +++ b/pkg/tui/views/dashboard/header.go @@ -28,5 +28,5 @@ func (h Header) View(width int) string { } func (h Header) Height() int { - return 2 + return 1 }