From 563dda69d423c23db94b4e523ec06dc9a051b0e9 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 21 Oct 2019 22:52:58 +0200 Subject: [PATCH] Shorten wires menu by default. --- Content.Client/GameObjects/Components/Wires/WiresMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/GameObjects/Components/Wires/WiresMenu.cs b/Content.Client/GameObjects/Components/Wires/WiresMenu.cs index 3b15c9cf76..2e73659f2d 100644 --- a/Content.Client/GameObjects/Components/Wires/WiresMenu.cs +++ b/Content.Client/GameObjects/Components/Wires/WiresMenu.cs @@ -11,7 +11,7 @@ namespace Content.Client.GameObjects.Components.Wires public class WiresMenu : SS14Window { private readonly ILocalizationManager _localizationManager; - protected override Vector2? CustomSize => (300, 450); + protected override Vector2? CustomSize => (300, 150); public WiresBoundUserInterface Owner { get; set; } private readonly VBoxContainer _wiresContainer;