From 0a42b0b59fbeb09904bcfd43d62ee5fc81d0238b Mon Sep 17 00:00:00 2001 From: Swept Date: Fri, 9 Jul 2021 07:10:57 +0000 Subject: [PATCH] Changes the chatbox to be more consistent with SS14's UI (#4137) --- Content.Client/Chat/UI/ChatBox.cs | 6 +++--- Content.Client/Stylesheets/StyleNano.cs | 2 +- Resources/Locale/en-US/chat/ui/chat-box.ftl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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