From 052e33e66b2c741502f37ada34e1480fa973277a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 12 Oct 2021 10:17:03 +0200 Subject: [PATCH] Don't anchor status label to button any more It's now in a completely different place. Contributes to issue CURA-8609. --- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 44cf047bc9..04f496d29a 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -235,9 +235,6 @@ Window { id: syncStatusLabel - anchors.right: syncButton.left - anchors.rightMargin: UM.Theme.getSize("default_margin").width - visible: text !== "" text: "" color: UM.Theme.getColor("text")