mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Update to new icon names
This commit is contained in:
parent
9c05d990ea
commit
14cf23c65f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue