Fix connection status z-order

CURA-7437
This commit is contained in:
Nino van Hooff 2020-05-27 16:37:48 +02:00
parent ca333b4e8a
commit 8a12f539b5

View file

@ -148,6 +148,7 @@ Cura.ExpandablePopup
arrowSize: UM.Theme.getSize("button_tooltip_arrow").width
x: connectionStatusImage.x - UM.Theme.getSize("narrow_margin").width
y: connectionStatusImage.y + connectionStatusImage.height + UM.Theme.getSize("narrow_margin").height
z: popup.z + 1
targetPoint: Qt.point(
connectionStatusImage.x + Math.round(connectionStatusImage.width / 2),
connectionStatusImage.y