mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
parent
6483db3d47
commit
26afff6093
2 changed files with 2 additions and 2 deletions
|
@ -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())
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
"size": "medium"
|
||||
},
|
||||
"formula": {
|
||||
"new_icon": "Function",
|
||||
"new_icon": "Formula",
|
||||
"size": "default"
|
||||
},
|
||||
"search": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue