Make the window big enough to hold all the manufacturers. Will change to a new list with search in a future build.

This commit is contained in:
larsbrubaker 2014-02-24 17:50:24 -08:00
parent 09887e50e5
commit 9f427b629a

View file

@ -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;