Remove unused parameter
This commit is contained in:
parent
c9ef82ca33
commit
56cf2c6f89
3 changed files with 3 additions and 5 deletions
|
|
@ -65,7 +65,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
this.probePositions = probePositions;
|
||||
|
||||
contentRow.BackgroundColor = Color.Transparent;
|
||||
contentRow.AddChild(probePositionsWidget = new ProbePositionsWidget(printer, probePoints, probePositions, AppContext.Theme)
|
||||
contentRow.AddChild(probePositionsWidget = new ProbePositionsWidget(printer, probePoints, AppContext.Theme)
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Stretch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue