Add Library tab, replace PrintLibrary widget with Favorites bar

This commit is contained in:
John Lewin 2018-10-07 11:36:52 -07:00
parent 7159d78592
commit b67d3ad691
52 changed files with 2467 additions and 389 deletions

View file

@ -36,7 +36,7 @@ using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.CustomWidgets
{
/// <summary>
/// Make this object a terminating leafe in the Design History. Do
/// Make this object a terminating leaf in the Design History. Do
/// not show any of its children
/// </summary>
public interface IVisualLeafNode
@ -45,7 +45,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
public class TreeView : ScrollableWidget
{
private ThemeConfig theme;
protected ThemeConfig theme;
public TreeView(ThemeConfig theme)
: this(0, 0, theme)