From 39f6eafe3cfd384cd6f7311f5be032a7dd63a02f Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Fri, 29 Mar 2019 13:04:11 +0100 Subject: [PATCH] Remove wrong qml in WhatsNewContent. --- resources/qml/WelcomePages/WhatsNewContent.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 754e843621..298aaa7d4d 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -57,11 +57,6 @@ Item font: UM.Theme.getFont("default") renderType: Text.NativeRendering } - - Component.onCompleted: - { - Scrollbar.vertical.position = 0; - } } }