Add persistent GCode sidebar, add db settings to track width
This commit is contained in:
parent
3d924e012e
commit
f5287fac1a
3 changed files with 36 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue