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 Michał Cieślak
parent 7d39fee193
commit c56c0b684d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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