Apply padding removed from base type to AddPrinterWidget.cs

- Issue MatterHackers/MCCentral#5707
Fix spacing on AddHardwareWizard
This commit is contained in:
jlewin 2019-06-20 14:01:31 -07:00 committed by johnlewin
parent 0101dc4217
commit f205c3f662

View file

@ -57,6 +57,8 @@ namespace MatterHackers.MatterControl.PrintLibrary
this.ExistingPrinterNames = ProfileManager.Instance.ActiveProfiles.Select(p => p.Name).ToList();
this.Name = "AddPrinterWidget";
horizontalSplitter.Panel2.Padding = theme.DefaultContainerPadding;
treeView.AfterSelect += this.TreeView_AfterSelect;
UiThread.RunOnIdle(() =>