diff options
| author | Philippe Houdoin <philippe.houdoin@gmail.com> | 2012-07-26 23:28:31 +0200 |
|---|---|---|
| committer | Philippe Houdoin <philippe.houdoin@gmail.com> | 2012-07-26 23:31:57 +0200 |
| commit | a3b73ff9d1848ab3a6cba17e80fc521bb0d407ad (patch) | |
| tree | 5efe8225ca4193ababf28e45cbed6671d54fb1c3 | |
| parent | a2021beee2e3391ebb2b2da1ed29438b6c4338e9 (diff) | |
Fix insetshrev44413
| -rw-r--r-- | src/apps/installer/InstallerWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
