Height fix in TabFrame

master
Noah 2021-09-03 20:51:05 -07:00
parent 5d16f5d50c
commit f6703bf1ba
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})
}