added close to terminal and settings (default to close)
added ICloseableTab changed to selected tab key added keys to tool tabs
This commit is contained in:
parent
164bc664f9
commit
daec1a0420
14 changed files with 192 additions and 81 deletions
|
|
@ -18,6 +18,8 @@ namespace MatterHackers.MatterControl
|
|||
public const string ColorPanelExpanded = nameof(ColorPanelExpanded);
|
||||
public const string ConfigurePrinter_CurrentTab = nameof(ConfigurePrinter_CurrentTab);
|
||||
public const string ConfigurePrinterTabVisible = nameof(ConfigurePrinterTabVisible);
|
||||
public const string ControlsTabVisible = nameof(ControlsTabVisible);
|
||||
public const string TerminalTabVisible = nameof(TerminalTabVisible);
|
||||
public const string CredentialsInvalid = nameof(CredentialsInvalid);
|
||||
public const string CredentialsInvalidReason = nameof(CredentialsInvalidReason);
|
||||
public const string defaultRenderSetting = nameof(defaultRenderSetting);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue