Browse Source

Merge branch '4.11'

Ghostkeeper 3 years ago
parent
commit
e4cf5568a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/PrinterSelector/MachineSelector.qml

+ 2 - 2
resources/qml/PrinterSelector/MachineSelector.qml

@@ -114,9 +114,9 @@ Cura.ExpandablePopup
             anchors
             anchors
             {
             {
                 bottom: parent.bottom
                 bottom: parent.bottom
-                bottomMargin: - height * 1 / 6
+                bottomMargin: - Math.round(height * 1 / 6)
                 left: parent.left
                 left: parent.left
-                leftMargin: iconSize - width * 5 / 6
+                leftMargin: iconSize - Math.round(width * 5 / 6)
             }
             }
 
 
             source:
             source: