Move SidebarTooltip so that it's no longer ocluded by other objects

CURA-5772
This commit is contained in:
Jaime van Kessel 2018-10-15 14:07:01 +02:00
parent 0a1dad92ea
commit 62c9980438

View File

@ -63,11 +63,6 @@ UM.MainWindow
id: backgroundItem id: backgroundItem
anchors.fill: parent 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 signal hasMesh(string name) //this signal sends the filebase name so it can be used for the JobSpecs.qml
function getMeshName(path) function getMeshName(path)
{ {
@ -274,6 +269,11 @@ UM.MainWindow
} }
} }
} }
SidebarTooltip
{
id: tooltip
}
} }
UM.PreferencesDialog UM.PreferencesDialog