sharing code between library widgets

This commit is contained in:
LarsBrubaker 2020-08-07 18:14:15 -07:00
parent 5d033bbdb4
commit 1ea2ed4638
7 changed files with 285 additions and 393 deletions

View file

@ -65,7 +65,6 @@ namespace MatterHackers.MatterControl
librarySelectorWidget = new LibraryListView(libraryNavContext, new IconListView(theme, 75), theme)
{
BackgroundColor = theme.MinimalShade,
ShowItems = true,
ContainerFilter = (container) => !container.IsReadOnly,
};