]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Expand the viewport when the game window is resized instead of the chat window in...
authorShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
Thu, 9 Mar 2023 13:56:43 +0000 (05:56 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 13:56:43 +0000 (00:56 +1100)
Content.Client/UserInterface/Screens/SeparatedChatGameScreen.xaml

index 84f1eea1251a879bc3dfa03e120740914f033221..80e56694f31a3ed5405d14f401c0889282cc8e8b 100644 (file)
@@ -13,7 +13,7 @@
     VerticalExpand="False"
     VerticalAlignment="Bottom"
     HorizontalAlignment="Center">
-    <controls:RecordedSplitContainer Name="ScreenContainer" HorizontalExpand="True" VerticalExpand="True" SplitWidth="0">
+    <controls:RecordedSplitContainer Name="ScreenContainer" HorizontalExpand="True" VerticalExpand="True" SplitWidth="0" StretchDirection="TopLeft">
         <LayoutContainer Name="ViewportContainer" HorizontalExpand="True" VerticalExpand="True">
             <controls:MainViewport Name="MainViewport"/>
             <widgets:GhostGui Name="Ghost" Access="Protected" />