Backgrounds: AddGlue() before color control

... so that it is attached to bottom of the box.
This commit is contained in:
John Scipione
2013-06-07 15:53:13 -04:00
parent d0ddd796b2
commit 51e2dbe7f2
@@ -196,6 +196,7 @@ BackgroundsView::BackgroundsView()
.Add(placementMenuField->CreateMenuBarLayoutItem(), 1, 1)
.Add(fIconLabelOutline, 1, 2)
.End()
.AddGlue()
.Add(fPicker)
.SetInsets(B_USE_DEFAULT_SPACING)
.View());