]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Widen power monitoring widget (#29062)
authorPartmedia <kevinz5000@gmail.com>
Sun, 16 Jun 2024 01:06:54 +0000 (17:06 -0800)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2024 01:06:54 +0000 (21:06 -0400)
Content.Client/Power/PowerMonitoringWindow.xaml.Widgets.cs

index 1427df05153422e2fc455277445b50180f392137..74752ddc5343a29fad47daf931dc5ec81d645ae2 100644 (file)
@@ -482,7 +482,7 @@ public sealed class PowerMonitoringButton : Button
         {
             HorizontalAlignment = HAlignment.Right,
             Align = Label.AlignMode.Right,
-            SetWidth = 72f,
+            SetWidth = 80f,
             Margin = new Thickness(10, 0, 0, 0),
             ClipText = true,
         };