Backgrounds: AddGlue() before color control
... so that it is attached to bottom of the box.
This commit is contained in:
@@ -196,6 +196,7 @@ BackgroundsView::BackgroundsView()
|
|||||||
.Add(placementMenuField->CreateMenuBarLayoutItem(), 1, 1)
|
.Add(placementMenuField->CreateMenuBarLayoutItem(), 1, 1)
|
||||||
.Add(fIconLabelOutline, 1, 2)
|
.Add(fIconLabelOutline, 1, 2)
|
||||||
.End()
|
.End()
|
||||||
|
.AddGlue()
|
||||||
.Add(fPicker)
|
.Add(fPicker)
|
||||||
.SetInsets(B_USE_DEFAULT_SPACING)
|
.SetInsets(B_USE_DEFAULT_SPACING)
|
||||||
.View());
|
.View());
|
||||||
|
|||||||
Reference in New Issue
Block a user