New searchable Add Printer Wizard
- Issue MatterHackers/MCCentral#5519 Finish new Add Printer wizard - Issue MatterHackers/MCCentral#3439 Improve printer Make / Model selection for Pulse
This commit is contained in:
parent
27e38d2608
commit
8d6a2cec59
3 changed files with 427 additions and 180 deletions
|
|
@ -49,12 +49,14 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
private ImageWidget imageWidget;
|
||||
private bool isDirty;
|
||||
|
||||
public TreeNode(ThemeConfig theme, bool useIcon = true)
|
||||
public TreeNode(ThemeConfig theme, bool useIcon = true, TreeNode nodeParent = null)
|
||||
: base(FlowDirection.TopToBottom)
|
||||
{
|
||||
this.HAnchor = HAnchor.Fit | HAnchor.Left;
|
||||
this.VAnchor = VAnchor.Fit;
|
||||
|
||||
this.NodeParent = nodeParent;
|
||||
|
||||
this.TitleBar = new FlowLayoutWidget();
|
||||
this.TitleBar.Click += (s, e) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue