Initial startup is better
This commit is contained in:
parent
bc476daa84
commit
dbd1eb56ce
13 changed files with 162 additions and 99 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue