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; - } } }