Remove unused parameter

This commit is contained in:
John Lewin 2019-04-25 19:54:19 -07:00 committed by jlewin
parent c9ef82ca33
commit 56cf2c6f89
3 changed files with 3 additions and 5 deletions

View file

@ -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