Remove wrong qml in WhatsNewContent.

This commit is contained in:
Remco Burema 2019-03-29 13:04:11 +01:00
parent 91a886793b
commit 39f6eafe3c

View file

@ -57,11 +57,6 @@ Item
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
}
Component.onCompleted:
{
Scrollbar.vertical.position = 0;
}
}
}