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:
parent
09887e50e5
commit
9f427b629a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue