Merge branch 'WIP_onboarding' of github.com:Ultimaker/Cura into WIP_onboarding

This commit is contained in:
Jaime van Kessel 2019-03-29 11:35:42 +01:00
commit f92ed4cd02
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;
}
}
}