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",
|
TitleClass="windowTitleAlert",
|
||||||
HeaderClass="windowHeaderAlert",
|
HeaderClass="windowHeaderAlert",
|
||||||
Title=Loc.GetString("bwoink-user-title"),
|
Title=Loc.GetString("bwoink-user-title"),
|
||||||
MinSize = new Vector2(500, 200),
|
MinSize = new Vector2(500, 300),
|
||||||
};
|
};
|
||||||
_window.OnClose += () => { OnClose?.Invoke(); };
|
_window.OnClose += () => { OnClose?.Invoke(); };
|
||||||
_window.OnOpen += () => { OnOpen?.Invoke(); };
|
_window.OnOpen += () => { OnOpen?.Invoke(); };
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ bwoink-user-title = Admin Message
|
|||||||
|
|
||||||
bwoink-system-starmute-message-no-other-users = *System: Nobody is available to receive your message. Try pinging Game Admins on Discord.
|
bwoink-system-starmute-message-no-other-users = *System: Nobody is available to receive your message. Try pinging Game Admins on Discord.
|
||||||
|
|
||||||
bwoink-system-messages-being-relayed-to-discord = Your messages are being relayed to the admins via Discord. Issues may be handled without a response.
|
bwoink-system-messages-being-relayed-to-discord =
|
||||||
|
Your messages are being relayed to the admins via Discord.
|
||||||
|
Issues may be handled without a response.
|
||||||
|
|
||||||
bwoink-system-typing-indicator = {$players} {$count ->
|
bwoink-system-typing-indicator = {$players} {$count ->
|
||||||
[one] is
|
[one] is
|
||||||
|
|||||||
Reference in New Issue
Block a user