[haiku-commits] haiku: hrev44413 - src/apps/installer

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 26 Jul 2012 23:33:08 +0200 (CEST)

hrev44413 adds 1 changeset to branch 'master'
old head: a2021beee2e3391ebb2b2da1ed29438b6c4338e9
new head: a3b73ff9d1848ab3a6cba17e80fc521bb0d407ad

----------------------------------------------------------------------------

a3b73ff: Fix insets

                           [ Philippe Houdoin <philippe.houdoin@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44413
Commit:      a3b73ff9d1848ab3a6cba17e80fc521bb0d407ad
URL:         http://cgit.haiku-os.org/haiku/commit/?id=a3b73ff
Author:      Philippe Houdoin <philippe.houdoin@xxxxxxxxx>
Date:        Thu Jul 26 21:28:31 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/installer/InstallerWindow.cpp |    2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/installer/InstallerWindow.cpp 
b/src/apps/installer/InstallerWindow.cpp
index 61ca7b3..707e03d 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);


Other related posts:

  • » [haiku-commits] haiku: hrev44413 - src/apps/installer - philippe . houdoin