SoftwareUpdater: Add some glue to buttons to slide them over
This commit is contained in:
@@ -49,7 +49,7 @@ SoftwareUpdaterWindow::SoftwareUpdaterWindow()
|
|||||||
|
|
||||||
fStripeView = new StripeView(icon);
|
fStripeView = new StripeView(icon);
|
||||||
|
|
||||||
BButton* updateButton = new BButton("Update Now",
|
BButton* updateButton = new BButton("Update now",
|
||||||
new BMessage(UPDATE_MESSAGE));
|
new BMessage(UPDATE_MESSAGE));
|
||||||
|
|
||||||
BButton* exitButton = new BButton("Cancel",
|
BButton* exitButton = new BButton("Cancel",
|
||||||
@@ -94,6 +94,7 @@ SoftwareUpdaterWindow::SoftwareUpdaterWindow()
|
|||||||
.Add(headerView)
|
.Add(headerView)
|
||||||
.Add(detailView)
|
.Add(detailView)
|
||||||
.AddGroup(B_HORIZONTAL, 0)
|
.AddGroup(B_HORIZONTAL, 0)
|
||||||
|
.AddGlue()
|
||||||
.Add(updateButton)
|
.Add(updateButton)
|
||||||
.Add(exitButton)
|
.Add(exitButton)
|
||||||
.End()
|
.End()
|
||||||
|
|||||||
Reference in New Issue
Block a user