CURA-5035 Re-implemented "installed" view

This commit is contained in:
Ian Paschal 2018-04-11 14:59:59 +02:00
parent 80c21acf79
commit a947b768d3
6 changed files with 192 additions and 110 deletions

View file

@ -14,5 +14,13 @@ Rectangle
id: base
width: parent.width
height: parent.height
color: "red"
color: "transparent"
Label
{
text: "Fetching packages..."
anchors
{
centerIn: parent
}
}
}