mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08:00
Update to new icon names
This commit is contained in:
parent
9c05d990ea
commit
14cf23c65f
@ -74,7 +74,7 @@ Cura.ExpandablePopup
|
|||||||
anchors.leftMargin: visible ? UM.Theme.getSize("thin_margin").width : 0
|
anchors.leftMargin: visible ? UM.Theme.getSize("thin_margin").width : 0
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
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")
|
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
|
width: visible ? UM.Theme.getSize("section_icon").width : 0
|
||||||
height: width
|
height: width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user