Resize the non-admin AHelp window to be taller and less wide (#20271)

This commit is contained in:
DrSmugleaf
2023-09-17 02:04:20 -07:00
committed by GitHub
parent e5d6d7f1eb
commit bb655ab4a5
2 changed files with 4 additions and 2 deletions

View File

@@ -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(); };