Remove LinkButtonFactory

This commit is contained in:
John Lewin 2018-07-11 09:26:54 -07:00
parent ae615e3ae5
commit ad73662b65
16 changed files with 137 additions and 234 deletions

View file

@ -120,8 +120,6 @@ namespace MatterHackers.MatterControl
public BorderDouble TabbarPadding { get; set; } = new BorderDouble(3, 1);
public LinkButtonFactory LinkButtonFactory { get; private set; }
public TextImageButtonFactory WhiteButtonFactory { get; private set; }
public TextImageButtonFactory ButtonFactory { get; private set; }
@ -272,12 +270,6 @@ namespace MatterHackers.MatterControl
BorderWidth = 1,
});
#endregion
this.LinkButtonFactory = new LinkButtonFactory()
{
fontSize = FontSize11,
textColor = colors.PrimaryTextColor
};
}
public JogControls.MoveButton CreateMoveButton(PrinterConfig printer, string label, PrinterConnection.Axis axis, double movementFeedRate, bool levelingButtons = false)