Add missing color change

This commit is contained in:
John Lewin 2019-04-30 22:09:16 -07:00
parent 2bbe551ab9
commit 118e670839

View file

@ -52,6 +52,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
+ " 1. Select the 'Controls' tab on the right".Localize() + "\n"
+ " 2. Look for the calibration section (pictured below)".Localize() + "\n";
contentRow.AddChild(this.CreateTextField(calibrated));
contentRow.BackgroundColor = theme.MinimalShade;
// Create and display a widget for reference
var exampleWidget = CalibrationControls.CreateSection(printer, theme);