From 6df6dab6f01db427a9b73f1012a2d5f28fd9c3fb Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 16 Nov 2021 10:38:00 +0100 Subject: [PATCH] Remove explicit transparent border on button. done as part of CURA-8559 --- plugins/Marketplace/resources/qml/ManagePackagesButton.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Marketplace/resources/qml/ManagePackagesButton.qml b/plugins/Marketplace/resources/qml/ManagePackagesButton.qml index a2ebfe0df7..bf122140a7 100644 --- a/plugins/Marketplace/resources/qml/ManagePackagesButton.qml +++ b/plugins/Marketplace/resources/qml/ManagePackagesButton.qml @@ -18,9 +18,7 @@ Button background: Rectangle { color: backgroundColor - border.color: "transparent" radius: Math.round(width * 0.5) - } Cura.ToolTip