mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:45: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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user