From d033e066f788bfafcbb7ebc3e901dedf080676cc Mon Sep 17 00:00:00 2001 From: Remco Burema <41987080+rburema@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:58:44 +0100 Subject: [PATCH] Adopt code-review remark. Use width instead of implicit width. Co-authored-by: Jaime van Kessel --- resources/qml/WelcomePages/WhatsNewContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index ee08999b94..b60e952145 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -152,7 +152,7 @@ Item delegate: Rectangle { - implicitWidth: UM.Theme.getSize("thin_margin").width + width: UM.Theme.getSize("thin_margin").width implicitHeight: UM.Theme.getSize("thin_margin").height radius: width / 2