Resolving merge conflicts.

This commit is contained in:
BDisp
2023-11-23 22:09:12 +00:00
parent 6f8f2efc2a
commit 1a9dc9ea0f

View File

@@ -189,7 +189,7 @@ namespace Terminal.Gui {
int startAtY = Math.Max (0, GetTabHeight (true) - 1);
DrawFrame (new Rect (0, startAtY, Bounds.Width,
Math.Max (Bounds.Height - spaceAtBottom - startAtY, 0)), LineStyle.Single, null, false);
Math.Max (Bounds.Height - spaceAtBottom - startAtY, 0)), LineStyle.Single);
}
if (Tabs.Any ()) {