mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:19:06 +08:00
Revert "Switch out inherit icon"
This reverts commit 672d6c89cf6b12b01fe27c28622806310b063968.
This commit is contained in:
parent
6483db3d47
commit
26afff6093
@ -324,7 +324,7 @@ Item
|
|||||||
color: UM.Theme.getColor("setting_control_button")
|
color: UM.Theme.getColor("setting_control_button")
|
||||||
hoverColor: UM.Theme.getColor("setting_control_button_hover")
|
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.")) }
|
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())
|
onExited: base.showTooltip(base.createTooltipText())
|
||||||
|
@ -224,7 +224,7 @@
|
|||||||
"size": "medium"
|
"size": "medium"
|
||||||
},
|
},
|
||||||
"formula": {
|
"formula": {
|
||||||
"new_icon": "Function",
|
"new_icon": "Formula",
|
||||||
"size": "default"
|
"size": "default"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user