Fix two deprecated icons

This commit is contained in:
Jaime van Kessel 2021-07-27 16:16:36 +02:00
parent 7cce2f770d
commit d24b28c9b9
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -24,7 +24,7 @@ MenuItem
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
anchors.rightMargin: UM.Theme.getSize("default_margin").width
source: UM.Theme.getIcon("arrow_right")
source: UM.Theme.getIcon("ChevronSingleRight")
color: UM.Theme.getColor("setting_control_text")
}
@ -37,7 +37,7 @@ MenuItem
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
source: UM.Theme.getIcon("check")
source: UM.Theme.getIcon("Check")
color: UM.Theme.getColor("setting_control_text")
}