Add new icon styles

Change backup image name from icon to backup

Cura-8681
This commit is contained in:
j.delarago 2022-02-09 16:55:28 +01:00
parent 5c7e050b32
commit 6f154ea444
13 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View file

@ -23,7 +23,7 @@ Column
{
id: profileImage
fillMode: Image.PreserveAspectFit
source: "../images/icon.png"
source: "../images/backup.svg"
anchors.horizontalCenter: parent.horizontalCenter
width: Math.round(parent.width / 4)
}