Make standard button factory member names more generic

This commit is contained in:
John Lewin 2017-08-01 08:25:42 -07:00
parent 183b82d138
commit d6a97052bf
10 changed files with 17 additions and 17 deletions

View file

@ -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);