From 1560ae074d3b0cdef4cb1e3f7182538887e9ef14 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 3 Sep 2021 13:07:01 +0200 Subject: [PATCH] Round position of printer connection icon It does become noticeably sharper with this. And doesn't appear out of place at all. Contributes to issue CURA-8202. --- resources/qml/PrinterSelector/MachineSelector.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/PrinterSelector/MachineSelector.qml b/resources/qml/PrinterSelector/MachineSelector.qml index c12e364339..0c2f80fb37 100644 --- a/resources/qml/PrinterSelector/MachineSelector.qml +++ b/resources/qml/PrinterSelector/MachineSelector.qml @@ -114,9 +114,9 @@ Cura.ExpandablePopup anchors { bottom: parent.bottom - bottomMargin: - height * 1 / 6 + bottomMargin: - Math.round(height * 1 / 6) left: parent.left - leftMargin: iconSize - width * 5 / 6 + leftMargin: iconSize - Math.round(width * 5 / 6) } source: