AboutWindow: Simplify layout (de-ident)
There's no functional change here but this eliminates a redundant group.
This commit is contained in:
@@ -190,8 +190,7 @@ AboutView::AboutView(const char* appName, const char* signature)
|
||||
new BMessage(B_QUIT_REQUESTED));
|
||||
|
||||
GroupLayout()->SetSpacing(0);
|
||||
BLayoutBuilder::Group<>(this)
|
||||
.AddGroup(B_HORIZONTAL, 0)
|
||||
BLayoutBuilder::Group<>(this, B_HORIZONTAL, 0)
|
||||
.Add(fStripeView)
|
||||
.AddGroup(B_VERTICAL, B_USE_SMALL_SPACING)
|
||||
.SetInsets(0, B_USE_DEFAULT_SPACING,
|
||||
|
||||
Reference in New Issue
Block a user