mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:25:59 +08:00
Merge branch '4.10' of https://github.com/Ultimaker/Cura into 4.10
This commit is contained in:
commit
3ae59c5bf4
@ -59,6 +59,7 @@ ToolTip
|
|||||||
color: UM.Theme.getColor("tooltip")
|
color: UM.Theme.getColor("tooltip")
|
||||||
target: Qt.point(targetPoint.x - tooltip.x, targetPoint.y - tooltip.y)
|
target: Qt.point(targetPoint.x - tooltip.x, targetPoint.y - tooltip.y)
|
||||||
arrowSize: UM.Theme.getSize("default_arrow").width
|
arrowSize: UM.Theme.getSize("default_arrow").width
|
||||||
|
visible: tooltip.height != 0
|
||||||
}
|
}
|
||||||
|
|
||||||
contentItem: Label
|
contentItem: Label
|
||||||
|
Loading…
x
Reference in New Issue
Block a user