Restore control names expected by automation tests

This commit is contained in:
John Lewin 2017-06-17 18:50:17 -07:00
parent 1521e56875
commit 668fbabf8e
2 changed files with 5 additions and 10 deletions

View file

@ -1,16 +1,9 @@
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.DataStorage;
using MatterHackers.MatterControl.PrinterCommunication;
using MatterHackers.MatterControl.PrinterControls.PrinterConnections;
using MatterHackers.MatterControl.PrintQueue;
using MatterHackers.VectorMath;
using System;
using System.Collections.Generic;
using System.IO;
using MatterHackers.MatterControl.PartPreviewWindow;
using MatterHackers.MatterControl.ConfigurationPage;
using MatterHackers.MatterControl.PartPreviewWindow;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl
{
@ -20,6 +13,7 @@ namespace MatterHackers.MatterControl
public MenuOptionSettings()
: base(new TextWidget("Options".Localize().ToUpper(), 0, 0, 10, textColor: ActiveTheme.Instance.PrimaryTextColor))
{
this.Name = "Options Tab";
Margin = new BorderDouble(0);
Padding = new BorderDouble(4);
VAnchor = VAnchor.ParentCenter;