Changes the chatbox to be more consistent with SS14's UI (#4137)

This commit is contained in:
Swept
2021-07-09 07:10:57 +00:00
committed by GitHub
parent 29b734a35a
commit 0a42b0b59f
3 changed files with 6 additions and 6 deletions

View File

@@ -185,10 +185,10 @@ namespace Content.Client.Chat.UI
{ {
Children = Children =
{ {
new Control{MinSize = (10,0)}, new Control{MinSize = (4,0)},
(_filterVBox = new VBoxContainer (_filterVBox = new VBoxContainer
{ {
SeparationOverride = 10 SeparationOverride = 4
}) })
} }
} }
@@ -203,7 +203,7 @@ namespace Content.Client.Chat.UI
{ {
(_channelSelectorHBox = new HBoxContainer (_channelSelectorHBox = new HBoxContainer
{ {
SeparationOverride = 4 SeparationOverride = 1
}) })
} }
}; };

View File

@@ -1,4 +1,4 @@
#nullable enable #nullable enable
using System.Linq; using System.Linq;
using Content.Client.Actions.UI; using Content.Client.Actions.UI;
using Content.Client.Examine; using Content.Client.Examine;

View File

@@ -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-admin = Admin
hud-chatbox-ooc = OOC hud-chatbox-ooc = OOC
hud-chatbox-console = Console hud-chatbox-console = Console