Backgrounds: Update spacing around preview.
So that there isn't extra space at the bottom, only between the monitor and the X and Y text controls, and the insets.
This commit is contained in:
@@ -105,7 +105,7 @@ BackgroundsView::BackgroundsView()
|
||||
|
||||
previewBox->AddChild(BLayoutBuilder::Group<>()
|
||||
.AddGlue()
|
||||
.AddGroup(B_VERTICAL, be_control_look->DefaultItemSpacing() * 2)
|
||||
.AddGroup(B_VERTICAL, 0)
|
||||
.AddGroup(B_HORIZONTAL, 0)
|
||||
.AddGlue()
|
||||
.AddGrid(0, 0, 1)
|
||||
@@ -121,7 +121,8 @@ BackgroundsView::BackgroundsView()
|
||||
.End()
|
||||
.AddGlue()
|
||||
.End()
|
||||
.AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING)
|
||||
.AddStrut(be_control_look->DefaultItemSpacing() * 2)
|
||||
.AddGroup(B_HORIZONTAL)
|
||||
.Add(fXPlacementText)
|
||||
.Add(fYPlacementText)
|
||||
.End()
|
||||
|
||||
Reference in New Issue
Block a user