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

@ -113,7 +113,8 @@ namespace MatterHackers.MatterControl.PrintLibrary
var breadCrumbBar = new FlowLayoutWidget()
{
HAnchor = HAnchor.ParentLeftRight,
Padding = new BorderDouble(bottom: 2)
Padding = new BorderDouble(bottom: 2),
Name = "Library Tab" // TODO: Short term workaround for automation tests - move name to tab once leftNav becomes dockable
};
breadCrumbWidget = new FolderBreadCrumbWidget(libraryView);