Merge branch '4.0' into STAR-322_cloud-connection

This commit is contained in:
ChrisTerBeke 2019-01-11 17:20:39 +01:00
commit 50b82e828b

View File

@ -11,13 +11,15 @@ ScrollView
{ {
property alias model: backupList.model property alias model: backupList.model
width: parent.width width: parent.width
clip: true
ListView ListView
{ {
id: backupList id: backupList
width: parent.width width: parent.width
delegate: Item delegate: Item
{ {
width: parent.width // Add a margin, otherwise the scrollbar is on top of the right most component
width: parent.width - UM.Theme.getSize("default_margin").width
height: childrenRect.height height: childrenRect.height
BackupListItem BackupListItem