creating new test
This commit is contained in:
parent
cddf939868
commit
b37b6b4e8a
4 changed files with 646 additions and 16 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue