Changes the chatbox to be more consistent with SS14's UI (#4137)
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user