Initial startup is better

This commit is contained in:
Lars Brubaker 2022-01-20 14:52:03 -08:00
parent bc476daa84
commit dbd1eb56ce
13 changed files with 162 additions and 99 deletions

View file

@ -55,7 +55,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
contentRow.BackgroundColor = theme.SectionBackgroundColor;
nextButton = theme.CreateDialogButton("Next".Localize());
printerPanel = new AddPrinterWidget(theme, (enabled) =>
printerPanel = new AddPrinterWidget(nextButton, theme, (enabled) =>
{
nextButton.Enabled = enabled;
}, filterToPulse)