Fixed button text color.
This commit is contained in:
parent
321a3fd4d5
commit
8aa4b7bca0
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue