Remove the spacing between menu bar and contents

* The spacing is already present due to the insets
   of the contents, so there was some extra room
   between the menu and the contents which this
   commit removes.
This commit is contained in:
Stephan Aßmus 2013-05-10 10:09:52 +02:00
parent 9f5437a40b
commit 754fcddd72
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ TeamWindow::_Init()
{
BScrollView* sourceScrollView;
BLayoutBuilder::Group<>(this, B_VERTICAL)
BLayoutBuilder::Group<>(this, B_VERTICAL, 0.0f)
.Add(fMenuBar = new BMenuBar("Menu"))
.AddSplit(B_VERTICAL, 3.0f)
.GetSplitView(&fFunctionSplitView)