From ee5d31b8d5d574e69e89a4009bca34598b5ca2b6 Mon Sep 17 00:00:00 2001 From: Spatison <137375981+Spatison@users.noreply.github.com> Date: Sun, 8 Sep 2024 02:45:46 +0300 Subject: [PATCH] WD EDIT --- Content.Client/Lobby/LobbyState.cs | 2 ++ Content.Client/Lobby/UI/LobbyGui.xaml | 4 ++-- Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs | 2 +- Content.Client/Stylesheets/StyleNano.cs | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index b01b99ade7..76845cc569 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -249,6 +249,7 @@ private void SetReady(bool newReady) _consoleHost.ExecuteCommand($"toggleready {newReady}"); } + // WD EDIT START private void MakeButtonReady(WhiteLobbyTextButton button) { button.ButtonText = Loc.GetString("lobby-state-ready-button-ready-up-state"); @@ -349,5 +350,6 @@ private TextureRect GetIcon(ChangelogManager.ChangelogLineType type) ModulateSelfOverride = Color.FromHex(color) }; } + // WD EDIT END } } diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index e68d3deddd..8035205cd1 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -92,7 +92,7 @@ + VerticalAlignment="Stretch"> + Margin="3 3 3 3" MaxWidth="400" HorizontalAlignment="Left" />