From 9f427b629a54de6496d976b2c6fbe1f9fdd4fd57 Mon Sep 17 00:00:00 2001 From: larsbrubaker Date: Mon, 24 Feb 2014 17:50:24 -0800 Subject: [PATCH] Make the window big enough to hold all the manufacturers. Will change to a new list with search in a future build. --- PrinterControls/PrinterConnections/ConnectionWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrinterControls/PrinterConnections/ConnectionWindow.cs b/PrinterControls/PrinterConnections/ConnectionWindow.cs index 48bb266ae..b15b36d2f 100644 --- a/PrinterControls/PrinterConnections/ConnectionWindow.cs +++ b/PrinterControls/PrinterConnections/ConnectionWindow.cs @@ -22,7 +22,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections bool editMode = false; public ConnectionWindow() - : base(350, 500) + : base(350, 600) { string connectToPrinterTitle = new LocalizedString("MatterControl").Translated; string connectToPrinterTitleEnd = new LocalizedString ("Connect to Printer").Translated;