mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Change buttons to use either secondary or primary
CURA-6006
This commit is contained in:
parent
a77ad32999
commit
62c5398933
3 changed files with 16 additions and 131 deletions
|
@ -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 {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue