mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Move SidebarTooltip so that it's no longer ocluded by other objects
CURA-5772
This commit is contained in:
parent
0a1dad92ea
commit
62c9980438
1 changed files with 5 additions and 5 deletions
|
|
@ -63,11 +63,6 @@ UM.MainWindow
|
|||
id: backgroundItem
|
||||
anchors.fill: parent
|
||||
|
||||
SidebarTooltip
|
||||
{
|
||||
id: tooltip
|
||||
}
|
||||
|
||||
signal hasMesh(string name) //this signal sends the filebase name so it can be used for the JobSpecs.qml
|
||||
function getMeshName(path)
|
||||
{
|
||||
|
|
@ -274,6 +269,11 @@ UM.MainWindow
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
SidebarTooltip
|
||||
{
|
||||
id: tooltip
|
||||
}
|
||||
}
|
||||
|
||||
UM.PreferencesDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue