Backgrounds: AddGlue() before color control

... so that it is attached to bottom of the box.
This commit is contained in:
John Scipione 2013-06-06 12:38:10 -04:00
parent d0ddd796b2
commit 51e2dbe7f2

View File

@ -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());