diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index 61ca7b315b..707e03dc5d 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -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);