mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
CURA-5035: Clean-up
This commit is contained in:
parent
6e9f7174b6
commit
e13c45daee
19 changed files with 185 additions and 179 deletions
|
@ -19,7 +19,7 @@ Column
|
|||
Label
|
||||
{
|
||||
id: heading
|
||||
text: manager.viewCategory == "material" ? "Maker Choices" : "Community Plugins"
|
||||
text: toolbox.viewCategory == "material" ? "Maker Choices" : "Community Plugins"
|
||||
width: parent.width
|
||||
color: UM.Theme.getColor("text_medium")
|
||||
font: UM.Theme.getFont("medium")
|
||||
|
@ -34,7 +34,7 @@ Column
|
|||
|
||||
Repeater
|
||||
{
|
||||
model: manager.viewCategory == "material" ? manager.authorsModel : manager.packagesModel
|
||||
model: toolbox.viewCategory == "material" ? toolbox.authorsModel : toolbox.packagesModel
|
||||
delegate: ToolboxDownloadsGridTile
|
||||
{
|
||||
Layout.preferredWidth: (grid.width - (grid.columns - 1) * grid.columnSpacing) / grid.columns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue