SoftwareUpdater: Swap cancel and default buttons so default is rightmost
... and add default horizontal space between text and buttons
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user