mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Added author and material views
This commit is contained in:
parent
91001455ad
commit
817b724994
10 changed files with 172 additions and 43 deletions
|
@ -34,7 +34,7 @@ Column
|
|||
|
||||
Repeater
|
||||
{
|
||||
model: manager.packagesModel
|
||||
model: manager.viewCategory == "material" ? manager.authorsModel : manager.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