From 672d6c89cf6b12b01fe27c28622806310b063968 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 5 May 2021 15:58:42 +0200 Subject: [PATCH] Switch out inherit icon CURA-8010 --- resources/qml/Settings/SettingItem.qml | 2 +- resources/themes/cura-light/icons/deprecated_icons.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index 56f07f51af..a377d08cfc 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -324,7 +324,7 @@ Item color: UM.Theme.getColor("setting_control_button") hoverColor: UM.Theme.getColor("setting_control_button_hover") - iconSource: UM.Theme.getIcon("Formula") + iconSource: UM.Theme.getIcon("Function") onEntered: { hoverTimer.stop(); base.showTooltip(catalog.i18nc("@label", "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value.")) } onExited: base.showTooltip(base.createTooltipText()) diff --git a/resources/themes/cura-light/icons/deprecated_icons.json b/resources/themes/cura-light/icons/deprecated_icons.json index 7aca3eb3f2..9c6f58473b 100644 --- a/resources/themes/cura-light/icons/deprecated_icons.json +++ b/resources/themes/cura-light/icons/deprecated_icons.json @@ -224,7 +224,7 @@ "size": "medium" }, "formula": { - "new_icon": "Formula", + "new_icon": "Function", "size": "default" }, "search": {