diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-26 10:11:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-26 10:11:37 +0200 |
| commit | 76db79bbd74ebf58ea4403a7e623316c1e4b41de (patch) | |
| tree | 20fd850131b6958d95a20aea5ae0c7d3ee3bf8de /internal/tui/dashboard/layout.go | |
| parent | 8e7f9c656df5ab155648af316635b90dbd53f8d0 (diff) | |
tui: stabilize overview sparklines and prevent wrap artifacts
Diffstat (limited to 'internal/tui/dashboard/layout.go')
| -rw-r--r-- | internal/tui/dashboard/layout.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/tui/dashboard/layout.go b/internal/tui/dashboard/layout.go index 38cce18..75cbafb 100644 --- a/internal/tui/dashboard/layout.go +++ b/internal/tui/dashboard/layout.go @@ -1,3 +1,6 @@ package dashboard const panelHorizontalChrome = 4 + +// Keep a small guard so sparkline rows never soft-wrap in panel cells. +const sparklineSafetyMargin = 3 |
