Height fix in TabFrame
This commit is contained in:
parent
5d16f5d50c
commit
f6703bf1ba
|
@ -277,6 +277,6 @@ func (w *TabFrame) presentBorders(e render.Engine, P render.Point) {
|
||||||
X: bottomLine[0].X + 1,
|
X: bottomLine[0].X + 1,
|
||||||
Y: bottomLine[0].Y,
|
Y: bottomLine[0].Y,
|
||||||
W: bounding.W - 2,
|
W: bounding.W - 2,
|
||||||
H: 3,
|
H: 4,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user