All WizardPage controls to use common button factory
This commit is contained in:
parent
0048db7b9b
commit
385d370001
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace MatterHackers.MatterControl
|
|||
protected TextWidget headerLabel;
|
||||
protected Button cancelButton;
|
||||
|
||||
protected TextImageButtonFactory textImageButtonFactory = new TextImageButtonFactory(new ButtonFactoryOptions() { FontSize = 16 });
|
||||
protected TextImageButtonFactory textImageButtonFactory = ApplicationController.Instance.Theme.ButtonFactory;
|
||||
protected TextImageButtonFactory whiteImageButtonFactory;
|
||||
protected LinkButtonFactory linkButtonFactory = new LinkButtonFactory();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue