diff --git a/src/StatusQ/Components/StatusChatList.qml b/src/StatusQ/Components/StatusChatList.qml index 6ac009e8..63ffe23a 100644 --- a/src/StatusQ/Components/StatusChatList.qml +++ b/src/StatusQ/Components/StatusChatList.qml @@ -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 diff --git a/src/StatusQ/Components/StatusListItem.qml b/src/StatusQ/Components/StatusListItem.qml index 78a6b458..877ccde4 100644 --- a/src/StatusQ/Components/StatusListItem.qml +++ b/src/StatusQ/Components/StatusListItem.qml @@ -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