Sort changelog correctly (newest on top). [CURA-6057]

This commit is contained in:
Remco Burema 2019-03-29 11:27:37 +01:00
parent 28dc187731
commit 7ceaade26d
2 changed files with 12 additions and 2 deletions

View file

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