diff --git a/ui/StatusQ/src/StatusQ/Components/StatusChatList.qml b/ui/StatusQ/src/StatusQ/Components/StatusChatList.qml index 6ac009e834..63ffe23af2 100644 --- a/ui/StatusQ/src/StatusQ/Components/StatusChatList.qml +++ b/ui/StatusQ/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/ui/StatusQ/src/StatusQ/Components/StatusListItem.qml b/ui/StatusQ/src/StatusQ/Components/StatusListItem.qml index 78a6b458ba..877ccde483 100644 --- a/ui/StatusQ/src/StatusQ/Components/StatusListItem.qml +++ b/ui/StatusQ/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