Remove LinkButtonFactory
This commit is contained in:
parent
ae615e3ae5
commit
ad73662b65
16 changed files with 137 additions and 234 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue