Make standard button factory member names more generic
This commit is contained in:
parent
183b82d138
commit
d6a97052bf
10 changed files with 17 additions and 17 deletions
|
|
@ -47,7 +47,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
else
|
||||
{
|
||||
this.AddChild(new PrinterConnectButton(ApplicationController.Instance.Theme.BreadCrumbButtonFactory));
|
||||
this.AddChild(new PrinterConnectButton(ApplicationController.Instance.Theme.ButtonFactory));
|
||||
this.AddChild(new PrintStatusRow());
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
|
||||
FlowLayoutWidget printStatusContainer = CreateActivePrinterInfoWidget();
|
||||
|
||||
var printActionRow = new PrintActionRow(ApplicationController.Instance.Theme.BreadCrumbButtonFactory, this, new BorderDouble(6, 6, 6, 3))
|
||||
var printActionRow = new PrintActionRow(ApplicationController.Instance.Theme.ButtonFactory, this, new BorderDouble(6, 6, 6, 3))
|
||||
{
|
||||
VAnchor = VAnchor.ParentTop
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue