From e4fbcf3a63008145e6123f1a1b453ecab966f67d Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Thu, 9 Mar 2023 05:56:43 -0800 Subject: [PATCH] Expand the viewport when the game window is resized instead of the chat window in the Separated HUD layout (#13694) --- .../UserInterface/Screens/SeparatedChatGameScreen.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Screens/SeparatedChatGameScreen.xaml b/Content.Client/UserInterface/Screens/SeparatedChatGameScreen.xaml index 84f1eea125..80e56694f3 100644 --- a/Content.Client/UserInterface/Screens/SeparatedChatGameScreen.xaml +++ b/Content.Client/UserInterface/Screens/SeparatedChatGameScreen.xaml @@ -13,7 +13,7 @@ VerticalExpand="False" VerticalAlignment="Bottom" HorizontalAlignment="Center"> - + -- 2.52.0