creating new test

This commit is contained in:
Lars Brubaker 2020-12-17 17:30:19 -08:00
parent cddf939868
commit b37b6b4e8a
4 changed files with 646 additions and 16 deletions

View file

@ -77,7 +77,8 @@ namespace MatterHackers.MatterControl.PrintLibrary
var openButton = new IconButton(StaticData.Instance.LoadIcon("fa-folder-open_16.png", 16, 16, theme.InvertIcons), theme)
{
BackgroundColor = theme.MinimalShade,
Margin = new BorderDouble(left: 8)
Margin = new BorderDouble(left: 8),
Name = "Open File Button"
};
openButton.Click += (s, e) =>
{