Remove LinkButtonFactory
This commit is contained in:
parent
ae615e3ae5
commit
ad73662b65
16 changed files with 137 additions and 234 deletions
|
|
@ -267,7 +267,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
return popupMenu;
|
||||
};
|
||||
|
||||
breadCrumbWidget = new FolderBreadCrumbWidget(libraryView);
|
||||
breadCrumbWidget = new FolderBreadCrumbWidget(libraryView, theme);
|
||||
navBar.AddChild(breadCrumbWidget);
|
||||
|
||||
var searchPanel = new SearchInputBox()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue