AboutWindow: Right-align close button
This commit is contained in:
@@ -198,7 +198,10 @@ AboutView::AboutView(const char* appName, const char* signature)
|
||||
.Add(fNameView)
|
||||
.Add(fVersionView)
|
||||
.Add(infoViewScroller)
|
||||
.Add(closeButton)
|
||||
.AddGroup(B_HORIZONTAL, 0)
|
||||
.AddGlue()
|
||||
.Add(closeButton)
|
||||
.End()
|
||||
.End()
|
||||
.AddGlue()
|
||||
.End();
|
||||
|
||||
Reference in New Issue
Block a user