mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 08:55:54 +08:00
Move SidebarTooltip so that it's no longer ocluded by other objects
CURA-5772
This commit is contained in:
parent
0a1dad92ea
commit
62c9980438
@ -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…
x
Reference in New Issue
Block a user