Remove reference to nonexistent property source size in UM.ColorImage which was causing add printer page to be empty

CURA-9098
This commit is contained in:
j.delarago 2022-04-11 09:52:33 +02:00
parent fb22a04d4d
commit c4baece3ac

View file

@ -208,7 +208,6 @@ Item
anchors.verticalCenter: parent.verticalCenter
height: troubleshootingLabel.height
width: height
sourceSize.height: width
color: UM.Theme.getColor("text_link")
source: UM.Theme.getIcon("LinkExternal")
}