AboutWindow: Right-align close button

This commit is contained in:
John Scipione
2014-03-25 13:38:59 -04:00
parent f188f5ccfc
commit 71e3210d35
+3
View File
@@ -198,8 +198,11 @@ AboutView::AboutView(const char* appName, const char* signature)
.Add(fNameView) .Add(fNameView)
.Add(fVersionView) .Add(fVersionView)
.Add(infoViewScroller) .Add(infoViewScroller)
.AddGroup(B_HORIZONTAL, 0)
.AddGlue()
.Add(closeButton) .Add(closeButton)
.End() .End()
.End()
.AddGlue() .AddGlue()
.End(); .End();
} }