Switch out inherit icon

CURA-8010
This commit is contained in:
Jaime van Kessel 2021-05-05 15:58:42 +02:00
parent 5ad9cd4845
commit 672d6c89cf
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 2 additions and 2 deletions

View file

@ -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())

View file

@ -224,7 +224,7 @@
"size": "medium"
},
"formula": {
"new_icon": "Formula",
"new_icon": "Function",
"size": "default"
},
"search": {