Remove spacer from library button row.

This commit is contained in:
Kevin E. Pope 2015-06-30 17:52:47 -07:00
parent 4666608cbb
commit e8a5af2816
2 changed files with 0 additions and 3 deletions

View file

@ -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);

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B