fix(dev): silence qml warnings

This commit is contained in:
Stefan 2022-03-10 17:25:57 +01:00 committed by Michał Cieślak
parent ed4277c543
commit cf97a51fb5
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Column {
width: 288
property string categoryId: ""
property var model: []
property var model: null
property bool draggableItems: false
property alias statusChatListItems: statusChatListItems

View File

@ -256,7 +256,7 @@ Rectangle {
anchors.top: iconOrImage.bottom
anchors.left: parent.left
anchors.leftMargin: 16
width: contentItem.width
width: statusListItemBadge.width
spacing: 10
anchors.verticalCenter: parent.verticalCenter