mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
Resolving merge conflicts.
This commit is contained in:
@@ -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 ()) {
|
||||
|
||||
Reference in New Issue
Block a user