From 7af6ea5cc54f6ad2b8486fbc30af56ce30af3e99 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Thu, 25 Mar 2021 12:51:07 +0100 Subject: [PATCH] Remove unnecessary horizontalCenter anchor Left and right anchors can't work at the same time with the horizontalCenter. In this case it makes more sence to remove the horizontalCenter, since the left and right ones also define the width of the rectangle. CURA-8014 --- resources/qml/WelcomePages/WhatsNewContent.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index ca8c758620..c5f061ed6a 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -47,7 +47,6 @@ Item bottom: whatsNewDots.top left: parent.left right: parent.right - horizontalCenter: parent.horizontalCenter margins: UM.Theme.getSize("default_margin").width * 2 }