mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Fix connection status z-order
CURA-7437
This commit is contained in:
parent
ca333b4e8a
commit
8a12f539b5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue