From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:30:07 +0000 (-0500) Subject: add margins to round summary window (#14401) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0b58eacb66b265fe548aa05e933c9db873fc3fe1;p=space-station-14.git add margins to round summary window (#14401) --- diff --git a/Content.Client/RoundEnd/RoundEndSummaryWindow.cs b/Content.Client/RoundEnd/RoundEndSummaryWindow.cs index 697a30dc40..b7c3d1b2ee 100644 --- a/Content.Client/RoundEnd/RoundEndSummaryWindow.cs +++ b/Content.Client/RoundEnd/RoundEndSummaryWindow.cs @@ -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 {