Apply padding removed from base type to AddPrinterWidget.cs
- Issue MatterHackers/MCCentral#5707 Fix spacing on AddHardwareWizard
This commit is contained in:
parent
0101dc4217
commit
f205c3f662
1 changed files with 2 additions and 0 deletions
|
|
@ -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(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue