Implement proposed help tab revisions

- Issue MatterHackers/MCCentral#5699
Improve search
This commit is contained in:
jlewin 2019-06-20 13:37:17 -07:00
parent 422953d685
commit 0459a3ddaa
3 changed files with 40 additions and 14 deletions

View file

@ -73,7 +73,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
SetImage(rootNode, image);
};
rootColumn.AddChild(rootNode);
contentPanel.AddChild(rootNode);
}
this.TreeLoaded = true;