]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove black margin in separated HUD (#13724)
authorVisne <39844191+Visne@users.noreply.github.com>
Tue, 28 Feb 2023 16:11:38 +0000 (17:11 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 16:11:38 +0000 (08:11 -0800)
Content.Client/UserInterface/Screens/SeparatedChatGameScreen.xaml

index a24aeb5d28c4294e0561463e3327a9dba960566f..6fc95012876f6b43bb1c87cf2b0a5b6fab8b8f4c 100644 (file)
     VerticalExpand="False"
     VerticalAlignment="Bottom"
     HorizontalAlignment="Center">
-    <SplitContainer Name="ScreenContainer" HorizontalExpand="True" VerticalExpand="True">
+    <SplitContainer Name="ScreenContainer"
+                    HorizontalExpand="True"
+                    VerticalExpand="True"
+                    SplitWidth="0">
         <LayoutContainer Name="ViewportContainer" HorizontalExpand="True" VerticalExpand="True">
             <controls:MainViewport Name="MainViewport"/>
             <widgets:GhostGui Name="Ghost" Access="Protected" />