Resize the non-admin AHelp window to be taller and less wide (#20271)
This commit is contained in:
@@ -478,7 +478,7 @@ public sealed class UserAHelpUIHandler : IAHelpUIHandler
|
||||
TitleClass="windowTitleAlert",
|
||||
HeaderClass="windowHeaderAlert",
|
||||
Title=Loc.GetString("bwoink-user-title"),
|
||||
MinSize = new Vector2(500, 200),
|
||||
MinSize = new Vector2(500, 300),
|
||||
};
|
||||
_window.OnClose += () => { OnClose?.Invoke(); };
|
||||
_window.OnOpen += () => { OnOpen?.Invoke(); };
|
||||
|
||||
Reference in New Issue
Block a user