AboutWindow: Simplify layout (de-ident)

There's no functional change here but this eliminates a redundant group.
This commit is contained in:
John Scipione
2014-03-25 13:38:08 -04:00
parent 924f8e5344
commit f188f5ccfc
+1 -2
View File
@@ -190,8 +190,7 @@ AboutView::AboutView(const char* appName, const char* signature)
new BMessage(B_QUIT_REQUESTED)); new BMessage(B_QUIT_REQUESTED));
GroupLayout()->SetSpacing(0); GroupLayout()->SetSpacing(0);
BLayoutBuilder::Group<>(this) BLayoutBuilder::Group<>(this, B_HORIZONTAL, 0)
.AddGroup(B_HORIZONTAL, 0)
.Add(fStripeView) .Add(fStripeView)
.AddGroup(B_VERTICAL, B_USE_SMALL_SPACING) .AddGroup(B_VERTICAL, B_USE_SMALL_SPACING)
.SetInsets(0, B_USE_DEFAULT_SPACING, .SetInsets(0, B_USE_DEFAULT_SPACING,