Add persistent GCode sidebar, add db settings to track width

This commit is contained in:
John Lewin 2018-02-16 18:49:36 -08:00
parent 3d924e012e
commit f5287fac1a
3 changed files with 36 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 GCodePanelWidth = nameof(GCodePanelWidth);
}
public class UserSettings