Added Android Automated tests to be incorporated at a later date
This commit is contained in:
parent
d7bc6af53d
commit
c64bef5be2
3 changed files with 74 additions and 30 deletions
|
|
@ -241,7 +241,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
editButtonFactory.FixedWidth = 0;
|
||||
|
||||
Button exportItemButton = editButtonFactory.Generate("Export".Localize());
|
||||
exportItemButton.Name = "Export Queue Button";
|
||||
exportItemButton.Name = "Queue Export Button";
|
||||
exportItemButton.Margin = new BorderDouble(3, 0);
|
||||
exportItemButton.Click += new EventHandler(exportButton_Click);
|
||||
editButtonsEnableData.Add(new ButtonEnableData(false, false, false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue