Update to new icon names

This commit is contained in:
fieldOfView 2021-07-26 14:17:58 +02:00
parent 9c05d990ea
commit 14cf23c65f

View File

@ -74,7 +74,7 @@ Cura.ExpandablePopup
anchors.leftMargin: visible ? UM.Theme.getSize("thin_margin").width : 0
anchors.verticalCenter: parent.verticalCenter
source: valueError ? UM.Theme.getIcon("cross2") : UM.Theme.getIcon("warning")
source: valueError ? UM.Theme.getIcon("Cancel") : UM.Theme.getIcon("Warning")
color: valueError ? UM.Theme.getColor("setting_validation_error_background") : UM.Theme.getColor("setting_validation_warning_background")
width: visible ? UM.Theme.getSize("section_icon").width : 0
height: width