Collapse PlusTabPage sidebar into content area

This commit is contained in:
John Lewin 2018-02-21 16:41:31 -08:00
parent a17c49dbe8
commit 300d58f9d0
4 changed files with 152 additions and 145 deletions

View file

@ -64,7 +64,7 @@ namespace MatterHackers.MatterControl
internal int shortButtonHeight = 25;
private int sideBarButtonWidth;
public int H1PointSize { get; set; } = 12;
public int H1PointSize { get; set; } = 11;
public LinkButtonFactory LinkButtonFactory { get; private set; }
public LinkButtonFactory HelpLinkFactory { get; private set; }