mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
CURA-5035 Re-implemented "installed" view
This commit is contained in:
parent
80c21acf79
commit
a947b768d3
6 changed files with 192 additions and 110 deletions
|
@ -14,5 +14,13 @@ Rectangle
|
|||
id: base
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
color: "red"
|
||||
color: "transparent"
|
||||
Label
|
||||
{
|
||||
text: "Fetching packages..."
|
||||
anchors
|
||||
{
|
||||
centerIn: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue