Persist Printer tab state

- Issue MatterHackers/MCCentral#2872
This commit is contained in:
John Lewin 2018-03-12 15:59:03 -07:00
parent 188d8b14aa
commit a39e2b532d
2 changed files with 5 additions and 1 deletions

View file

@ -24,6 +24,7 @@ namespace MatterHackers.MatterControl
public const string LibraryViewWidth = nameof(LibraryViewWidth);
public const string SelectedObjectPanelWidth = nameof(SelectedObjectPanelWidth);
public const string ConfigurePrinter_CurrentTab = nameof(ConfigurePrinter_CurrentTab);
public const string ConfigurePrinterTabVisible = nameof(ConfigurePrinterTabVisible);
public const string GCodePanelWidth = nameof(GCodePanelWidth);
}