Fix insets

This commit is contained in:
Philippe Houdoin 2012-07-26 23:28:31 +02:00
parent a2021beee2
commit a3b73ff9d1
1 changed files with 1 additions and 1 deletions

View File

@ -252,6 +252,7 @@ InstallerWindow::InstallerWindow()
.Add(logoGroup)
.Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
.AddGroup(B_VERTICAL, spacing)
.SetInsets(spacing)
.AddGrid(new BGridView(0.0f, spacing))
.Add(fSrcMenuField->CreateLabelLayoutItem(), 0, 0)
.Add(fSrcMenuField->CreateMenuBarLayoutItem(), 1, 0)
@ -267,7 +268,6 @@ InstallerWindow::InstallerWindow()
.End()
.AddGroup(B_HORIZONTAL, spacing)
.SetInsets(spacing)
.Add(fLaunchDriveSetupButton)
.AddGlue()
.Add(fBeginButton);