]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add margins to chat (#14875)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 26 Mar 2023 14:57:29 +0000 (01:57 +1100)
committerGitHub <noreply@github.com>
Sun, 26 Mar 2023 14:57:29 +0000 (09:57 -0500)
* Add margins to chat

* a

Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml

index 781c4a2d0c95cbafcfa2e0a64ae9462bac7ba29d..e242e636b358406ef64c603e845f26dc67d0c00d 100644 (file)
@@ -13,7 +13,7 @@
         </PanelContainer.PanelOverride>
 
         <BoxContainer Orientation="Vertical" SeparationOverride="4" HorizontalExpand="True" VerticalExpand="True">
-            <OutputPanel Name="Contents" HorizontalExpand="True" VerticalExpand="True" />
+            <OutputPanel Name="Contents" HorizontalExpand="True" VerticalExpand="True" Margin="8 8 8 4" />
             <controls:ChatInputBox HorizontalExpand="True" Name="ChatInput" Access="Public" Margin="2"/>
         </BoxContainer>
     </PanelContainer>