]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add margins to round summary window (#14401)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Mon, 6 Mar 2023 04:30:07 +0000 (23:30 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 04:30:07 +0000 (00:30 -0400)
Content.Client/RoundEnd/RoundEndSummaryWindow.cs

index 697a30dc400e6826d5bb4c8977a87956500a1a95..b7c3d1b2eed0db5949f205b0e492fbfe1a6d0458 100644 (file)
@@ -48,7 +48,8 @@ namespace Content.Client.RoundEnd
 
             var roundEndSummaryContainerScrollbox = new ScrollContainer
             {
-                VerticalExpand = true
+                VerticalExpand = true,
+                Margin = new Thickness(10)
             };
             var roundEndSummaryContainer = new BoxContainer
             {
@@ -96,7 +97,8 @@ namespace Content.Client.RoundEnd
 
             var playerInfoContainerScrollbox = new ScrollContainer
             {
-                VerticalExpand = true
+                VerticalExpand = true,
+                Margin = new Thickness(10)
             };
             var playerInfoContainer = new BoxContainer
             {