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
|
|
@ -61,7 +61,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
|
||||
var icon = StaticData.Instance.LoadIcon("icon_search_24x24.png", 16, 16);
|
||||
|
||||
var buttonFactory = ApplicationController.Instance.Theme.BreadCrumbButtonFactory;
|
||||
var buttonFactory = ApplicationController.Instance.Theme.ButtonFactory;
|
||||
var initialMargin = buttonFactory.Margin;
|
||||
buttonFactory.Margin = new BorderDouble(8, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue