Remove spacer from library button row.
This commit is contained in:
parent
4666608cbb
commit
e8a5af2816
2 changed files with 0 additions and 3 deletions
|
|
@ -203,9 +203,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
privateAddLibraryButton(buttonPanel);
|
||||
}
|
||||
|
||||
GuiWidget spacer = new GuiWidget();
|
||||
spacer.HAnchor = HAnchor.ParentLeftRight;
|
||||
buttonPanel.AddChild(spacer);
|
||||
}
|
||||
|
||||
public delegate void AddLibraryButtonDelegate(GuiWidget extraButtonContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue