Merge branch 'CURA-8520_Fix_missing_icons_in_deprecated_icons_list' into 4.11

This commit is contained in:
Ghostkeeper 2021-08-31 13:35:33 +02:00
commit 34531656d6
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF
8 changed files with 136 additions and 3 deletions

View file

@ -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("PrinterTriple", "medium")
source: UM.Theme.getIcon("Group")
sourceSize.width: width
sourceSize.height: height
}