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:
Lars Brubaker 2017-09-07 16:24:11 -07:00
parent 003deb0098
commit 0a54cd266b
12 changed files with 267 additions and 96 deletions

View file

@ -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"