fix(StatusChatList): ensure component provide default `width`

Closes #176
This commit is contained in:
Pascal Precht 2021-06-23 12:17:01 +02:00 committed by Pascal Precht
parent 44343d3857
commit 300536bc5d
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Column {
id: statusChatList
spacing: 4
width: 288
property string categoryId: ""
property string selectedChatId: ""

View File

@ -31,7 +31,7 @@ Rectangle {
OneToOneChat
}
implicitWidth: 287
implicitWidth: 288
implicitHeight: 40
radius: 8