Restore control names expected by automation tests
This commit is contained in:
parent
1521e56875
commit
668fbabf8e
2 changed files with 5 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue