From 26afff609381e2004d194c280f504b6226859bd3 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 27 May 2021 16:02:46 +0200 Subject: [PATCH] Revert "Switch out inherit icon" This reverts commit 672d6c89cf6b12b01fe27c28622806310b063968. --- 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 a377d08cfc..56f07f51af 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("Function") + iconSource: UM.Theme.getIcon("Formula") 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 9c6f58473b..7aca3eb3f2 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": "Function", + "new_icon": "Formula", "size": "default" }, "search": {