CURA-5035: Clean-up

This commit is contained in:
Ian Paschal 2018-04-12 14:03:53 +02:00
parent 6e9f7174b6
commit e13c45daee
19 changed files with 185 additions and 179 deletions

View file

@ -35,13 +35,13 @@ Column
Repeater
{
model: {
if ( manager.viewCategory == "plugin" )
if ( toolbox.viewCategory == "plugin" )
{
return manager.pluginsShowcaseModel
return toolbox.pluginsShowcaseModel
}
if ( manager.viewCategory == "material" )
if ( toolbox.viewCategory == "material" )
{
return manager.materialsShowcaseModel
return toolbox.materialsShowcaseModel
}
}
delegate: ToolboxDownloadsShowcaseTile {}