mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 05:56:00 +08:00
Fix connection status z-order
CURA-7437
This commit is contained in:
parent
ca333b4e8a
commit
8a12f539b5
@ -148,6 +148,7 @@ Cura.ExpandablePopup
|
|||||||
arrowSize: UM.Theme.getSize("button_tooltip_arrow").width
|
arrowSize: UM.Theme.getSize("button_tooltip_arrow").width
|
||||||
x: connectionStatusImage.x - UM.Theme.getSize("narrow_margin").width
|
x: connectionStatusImage.x - UM.Theme.getSize("narrow_margin").width
|
||||||
y: connectionStatusImage.y + connectionStatusImage.height + UM.Theme.getSize("narrow_margin").height
|
y: connectionStatusImage.y + connectionStatusImage.height + UM.Theme.getSize("narrow_margin").height
|
||||||
|
z: popup.z + 1
|
||||||
targetPoint: Qt.point(
|
targetPoint: Qt.point(
|
||||||
connectionStatusImage.x + Math.round(connectionStatusImage.width / 2),
|
connectionStatusImage.x + Math.round(connectionStatusImage.width / 2),
|
||||||
connectionStatusImage.y
|
connectionStatusImage.y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user