Change buttons to use either secondary or primary

CURA-6006
This commit is contained in:
Jaime van Kessel 2018-12-06 14:58:28 +01:00
parent a77ad32999
commit 62c5398933
3 changed files with 16 additions and 131 deletions

View file

@ -64,11 +64,7 @@ ScrollView
{
id: materialList
model: toolbox.pluginsInstalledModel
delegate: Loader
{
asynchronous: true
source: "ToolboxInstalledTile.qml"
}
delegate: ToolboxInstalledTile {}
}
}
}
@ -105,11 +101,7 @@ ScrollView
{
id: pluginList
model: toolbox.materialsInstalledModel
delegate: Loader
{
asynchronous: true
source: "ToolboxInstalledTile.qml"
}
delegate: ToolboxInstalledTile {}
}
}
}