mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 15:28:56 -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
|
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…
Add table
Add a link
Reference in a new issue