mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix tooltips for settings
CURA-5772
This commit is contained in:
parent
8cac5e1de2
commit
d2baef97c4
3 changed files with 24 additions and 242 deletions
|
|
@ -163,10 +163,16 @@ UM.MainWindow
|
|||
}
|
||||
|
||||
height: 50
|
||||
|
||||
source: UM.Controller.activeStage.stageMenuComponent
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: stageMenu.item
|
||||
onShowTooltip: base.showTooltip(item, location, text)
|
||||
onHideTooltop: base.hideTooltip()
|
||||
}
|
||||
|
||||
JobSpecs
|
||||
{
|
||||
id: jobSpecs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue