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)
|
B_USE_DEFAULT_SPACING, B_USE_DEFAULT_SPACING)
|
||||||
.Add(headerView)
|
.Add(headerView)
|
||||||
.Add(detailView)
|
.Add(detailView)
|
||||||
|
.AddStrut(B_USE_DEFAULT_SPACING)
|
||||||
.AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING)
|
.AddGroup(B_HORIZONTAL, B_USE_DEFAULT_SPACING)
|
||||||
.AddGlue()
|
.AddGlue()
|
||||||
.Add(updateButton)
|
|
||||||
.Add(exitButton)
|
.Add(exitButton)
|
||||||
|
.Add(updateButton)
|
||||||
.End()
|
.End()
|
||||||
.End()
|
.End()
|
||||||
.AddGlue()
|
.AddGlue()
|
||||||
|
|||||||
Reference in New Issue
Block a user