mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
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:
parent
34531656d6
commit
b7b0d25615
4 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue