SoftwareUpdater: Swap cancel and default buttons so default is rightmost

... and add default horizontal space between text and buttons
This commit is contained in:
John Scipione
2016-12-09 13:52:03 -08:00
parent 6ff8fbf568
commit 4e23cc438e
@@ -92,10 +92,11 @@ SoftwareUpdaterWindow::SoftwareUpdaterWindow()
B_USE_DEFAULT_SPACING, B_USE_DEFAULT_SPACING)
.Add(headerView)
.Add(detailView)
.AddStrut(B_USE_DEFAULT_SPACING)
.AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING)
.AddGlue()
.Add(updateButton)
.Add(exitButton)
.Add(updateButton)
.End()
.End()
.AddGlue()