mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Implimented showcase
This commit is contained in:
parent
817b724994
commit
7359554641
7 changed files with 133 additions and 38 deletions
|
|
@ -18,7 +18,7 @@ Column
|
|||
Label
|
||||
{
|
||||
id: heading
|
||||
text: "Showcase"
|
||||
text: "Featured"
|
||||
width: parent.width
|
||||
color: UM.Theme.getColor("text_medium")
|
||||
font: UM.Theme.getFont("medium")
|
||||
|
|
@ -32,8 +32,10 @@ Column
|
|||
horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
||||
ToolboxDownloadsShowcaseTile {}
|
||||
ToolboxDownloadsShowcaseTile {}
|
||||
ToolboxDownloadsShowcaseTile {}
|
||||
Repeater
|
||||
{
|
||||
model: manager.materialShowcaseModel
|
||||
delegate: ToolboxDownloadsShowcaseTile {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue