Add add-ons for printer products

This commit is contained in:
John Lewin 2018-10-12 12:12:15 -07:00
parent e532b3c465
commit 36e3ef1b9c
4 changed files with 96 additions and 18 deletions

View file

@ -22,7 +22,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
}
public SettingsItem (string text, GuiWidget settingsControls, ThemeConfig theme, GuiWidget optionalControls = null, ImageBuffer imageBuffer = null, bool enforceGutter = true)
: base (text, "", theme)
: base (text, "", theme, imageBuffer)
{
this.SettingsControl = settingsControls;