Remove unnecessary control names
This commit is contained in:
parent
7fb403dc8e
commit
3bddcda24a
4 changed files with 0 additions and 4 deletions
|
|
@ -49,7 +49,6 @@ namespace MatterHackers.MatterControl
|
|||
this.calibrationWizard = calibrationWizard;
|
||||
this.WindowTitle = "Nozzle Offset Calibration Wizard".Localize();
|
||||
this.HeaderText = "Nozzle Offset Calibration".Localize() + ":";
|
||||
this.Name = "Nozzle Offset Calibration Wizard";
|
||||
|
||||
contentRow.Padding = theme.DefaultContainerPadding;
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
this.WindowTitle = "Nozzle Offset Calibration Wizard".Localize();
|
||||
this.HeaderText = "Nozzle Offset Calibration".Localize() + ":";
|
||||
this.Name = "Nozzle Offset Calibration Wizard";
|
||||
|
||||
contentRow.Padding = theme.DefaultContainerPadding;
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
this.WindowTitle = "Nozzle Offset Calibration Wizard".Localize();
|
||||
this.HeaderText = "Nozzle Offset Calibration".Localize() + ":";
|
||||
this.Name = "Nozzle Offset Calibration Wizard";
|
||||
|
||||
contentRow.Padding = theme.DefaultContainerPadding;
|
||||
// default to normal offset
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
this.WindowTitle = "Nozzle Offset Calibration Wizard".Localize();
|
||||
this.HeaderText = "Nozzle Offset Calibration".Localize();
|
||||
this.Name = "Nozzle Offset Calibration Wizard";
|
||||
|
||||
var content = "Here is what we are going to do:".Localize();
|
||||
content += "\n\n • " + "Stash your current bed".Localize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue