From ba9c97a2635942011c8726ad6cacfcafe86528b7 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 10 Jun 2021 16:36:30 +0200 Subject: [PATCH] Give whats new screen a bit more room CURA-8290 --- 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 e94a0b4744..9e03e59ecf 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -100,7 +100,7 @@ Item top: subpageImage.bottom topMargin: UM.Theme.getSize("default_margin").height bottom: parent.bottom - bottomMargin: UM.Theme.getSize("thick_margin").height + bottomMargin: UM.Theme.getSize("thin_margin").height left: subpageImage.left right: subpageImage.right }