mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Fix typo
Derp. CURA-5772
This commit is contained in:
parent
a7edd893d7
commit
1c70a62df6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ UM.MainWindow
|
||||||
{
|
{
|
||||||
target: stageMenu.item
|
target: stageMenu.item
|
||||||
onShowTooltip: base.showTooltip(item, location, text)
|
onShowTooltip: base.showTooltip(item, location, text)
|
||||||
onHideTooltop: base.hideTooltip()
|
onHideTooltip: base.hideTooltip()
|
||||||
}
|
}
|
||||||
|
|
||||||
JobSpecs
|
JobSpecs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue