Fixed button text color.

This commit is contained in:
Kevin Pope 2014-04-10 16:42:06 -07:00
parent 321a3fd4d5
commit 8aa4b7bca0

View file

@ -128,6 +128,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
buttonFactory.FixedHeight = 20;
buttonFactory.fontSize = 10;
buttonFactory.normalFillColor = RGBA_Bytes.White;
buttonFactory.normalTextColor = RGBA_Bytes.DarkGray;
showHelpBox = new CheckBox(0, 0, LocalizedString.Get("Show Help"), textSize: 10);
showHelpBox.Checked = UserSettings.Instance.get(SliceSettingsShowHelpEntry) == "true";