fix(dev): silence qml warnings
This commit is contained in:
parent
ed4277c543
commit
cf97a51fb5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue