Add high detail versions of some icons

The group icon seems to be broken though. We'll look into it.

Contributes to issue CURA-8530.
This commit is contained in:
Ghostkeeper 2021-09-01 15:39:04 +02:00
parent 34531656d6
commit b7b0d25615
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
4 changed files with 12 additions and 3 deletions

View file

@ -112,7 +112,7 @@ Item
anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.PreserveAspectFit
width: UM.Theme.getSize("welcome_wizard_cloud_content_image").width
source: UM.Theme.getIcon("Plugin")
source: UM.Theme.getIcon("Plugin", "high")
sourceSize.width: width
sourceSize.height: height
}
@ -142,7 +142,7 @@ Item
anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.PreserveAspectFit
width: UM.Theme.getSize("welcome_wizard_cloud_content_image").width
source: UM.Theme.getIcon("Spool")
source: UM.Theme.getIcon("Spool", "high")
sourceSize.width: width
sourceSize.height: height
}
@ -172,7 +172,7 @@ Item
anchors.horizontalCenter: communityColumn.horizontalCenter
fillMode: Image.PreserveAspectFit
width: UM.Theme.getSize("welcome_wizard_cloud_content_image").width
source: UM.Theme.getIcon("Group")
source: UM.Theme.getIcon("Group", "high")
sourceSize.width: width
sourceSize.height: height
}