mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 10:47:14 +01:00
AboutWindow: Right-align close button
This commit is contained in:
parent
f188f5ccfc
commit
71e3210d35
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user