Require WizardPage actions to be registered with AddPageAction
- Add HorizontalSpacer and Cancel buttons to all windows
This commit is contained in:
parent
559c300cb4
commit
65135f93a2
23 changed files with 69 additions and 132 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue