diff --git a/Content.Client/Chat/UI/ChatBox.cs b/Content.Client/Chat/UI/ChatBox.cs index 08a6ffaf2f..1052f499c2 100644 --- a/Content.Client/Chat/UI/ChatBox.cs +++ b/Content.Client/Chat/UI/ChatBox.cs @@ -185,10 +185,10 @@ namespace Content.Client.Chat.UI { Children = { - new Control{MinSize = (10,0)}, + new Control{MinSize = (4,0)}, (_filterVBox = new VBoxContainer { - SeparationOverride = 10 + SeparationOverride = 4 }) } } @@ -203,7 +203,7 @@ namespace Content.Client.Chat.UI { (_channelSelectorHBox = new HBoxContainer { - SeparationOverride = 4 + SeparationOverride = 1 }) } }; diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index a40dd6bef3..3bdd6478cf 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -1,4 +1,4 @@ -#nullable enable +#nullable enable using System.Linq; using Content.Client.Actions.UI; using Content.Client.Examine; diff --git a/Resources/Locale/en-US/chat/ui/chat-box.ftl b/Resources/Locale/en-US/chat/ui/chat-box.ftl index 19d8555583..aa9d912893 100644 --- a/Resources/Locale/en-US/chat/ui/chat-box.ftl +++ b/Resources/Locale/en-US/chat/ui/chat-box.ftl @@ -1,4 +1,4 @@ -hud-chatbox-info = Say something! T to talk, Tab to cycle channels. +hud-chatbox-info = T to talk, Tab to cycle channels. hud-chatbox-admin = Admin hud-chatbox-ooc = OOC -hud-chatbox-console = Console \ No newline at end of file +hud-chatbox-console = Console