Terminal: set B_NO_BORDER on the tab view.

This looks better and is what we want here. The difference is subtle,
just a few pixels on the left and right side of the tabview where it now
properly joins the window border.
This commit is contained in:
Adrien Destugues 2014-11-11 09:16:30 +01:00
parent 44b9746039
commit 4a13af4977
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ SmartTabView::AddTab(BView* target, BTab* tab)
bar->MoveBy(0, 1);
}
}
SetBorder(B_NO_BORDER);
}
Invalidate(TabFrame(CountTabs() - 1).InsetByCopy(-2, -2));