From f6703bf1ba70f155e63c4378e2cbe87c11ac94e1 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 3 Sep 2021 20:51:05 -0700 Subject: [PATCH] Height fix in TabFrame --- tabframe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabframe.go b/tabframe.go index b98804a..6d3ee68 100644 --- a/tabframe.go +++ b/tabframe.go @@ -277,6 +277,6 @@ func (w *TabFrame) presentBorders(e render.Engine, P render.Point) { X: bottomLine[0].X + 1, Y: bottomLine[0].Y, W: bounding.W - 2, - H: 3, + H: 4, }) }