HaikuDepot: Use B_USE_WINDOW_INSETS in login window
This commit is contained in:
@@ -158,7 +158,7 @@ UserLoginWindow::UserLoginWindow(BWindow* parent, BRect frame, Model& model)
|
|||||||
.Add(fCancelButton)
|
.Add(fCancelButton)
|
||||||
.Add(fSendButton)
|
.Add(fSendButton)
|
||||||
.End()
|
.End()
|
||||||
.SetInsets(B_USE_DEFAULT_SPACING)
|
.SetInsets(B_USE_WINDOW_INSETS)
|
||||||
;
|
;
|
||||||
|
|
||||||
SetDefaultButton(fSendButton);
|
SetDefaultButton(fSendButton);
|
||||||
|
|||||||
Reference in New Issue
Block a user