Require WizardPage actions to be registered with AddPageAction

- Add HorizontalSpacer and Cancel buttons to all windows
This commit is contained in:
John Lewin 2017-08-23 17:27:30 -07:00
parent 559c300cb4
commit 65135f93a2
23 changed files with 69 additions and 132 deletions

View file

@ -93,10 +93,7 @@ namespace MatterHackers.MatterControl
contentRow.AddChild(connectButtonContainer);
//Add buttons to buttonContainer
footerRow.AddChild(nextButton);
footerRow.AddChild(new HorizontalSpacer());
footerRow.AddChild(cancelButton);
this.AddPageAction(nextButton);
}
}
}