Add missing Group.svg icon

CURA-8520
This commit is contained in:
Konstantinos Karmas 2021-08-30 11:42:57 +02:00
parent b41b0e55b5
commit cf93f66135
3 changed files with 8 additions and 1 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
}