Wrote test for Hotend drop down
Theme the folders check box Make sure we reset the macros when we start them (made clear by unload -> cancel -> unload) Made fan controls more consistent with actual data model of printer improved edit number display to be more consistent with 3d number edits
This commit is contained in:
parent
003deb0098
commit
0a54cd266b
12 changed files with 267 additions and 96 deletions
|
|
@ -90,7 +90,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
};
|
||||
allControls.AddChild(navBar);
|
||||
|
||||
CheckBox showFolders = new CheckBox("Folders")
|
||||
CheckBox showFolders = new CheckBox("Folders", ActiveTheme.Instance.PrimaryTextColor)
|
||||
{
|
||||
Name = "Show Folders Toggle",
|
||||
Checked = UserSettings.Instance.get("ShowContainers") == "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue