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;