Remove unused instance
This commit is contained in:
parent
932b6aca4b
commit
41d1a8868c
1 changed files with 2 additions and 4 deletions
|
|
@ -134,12 +134,10 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
this.ButtonFactory = new TextImageButtonFactory(commonOptions);
|
||||
|
||||
var smallMarginOptions = commonOptions.Clone(options =>
|
||||
this.SmallMarginButtonFactory = new TextImageButtonFactory(commonOptions.Clone(options =>
|
||||
{
|
||||
options.Margin = new BorderDouble(8, 0);
|
||||
});
|
||||
|
||||
this.SmallMarginButtonFactory = new TextImageButtonFactory(smallMarginOptions);
|
||||
}));
|
||||
|
||||
this.MenuButtonFactory = new TextImageButtonFactory(commonOptions.Clone(options =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue