Revert accessibility of contentRow
- Add public PrinterSetupWizardPage proxy to private .contentRow - Use PrinterSetupWizardPage.ContentRow in LoadFilamentWizard
This commit is contained in:
parent
c79afc741a
commit
b1053b8198
44 changed files with 136 additions and 135 deletions
|
|
@ -39,7 +39,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
public SelectMaterialPage(PrinterSetupWizard context, string headerText, string instructionsText, bool onlyLoad)
|
||||
: base(context, headerText, instructionsText)
|
||||
{
|
||||
ContentRow.AddChild(
|
||||
contentRow.AddChild(
|
||||
new PresetSelectorWidget(printer, "Material".Localize(), Color.Transparent, NamedSettingsLayers.Material, theme)
|
||||
{
|
||||
BackgroundColor = Color.Transparent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue