fix(StatusChatList): ensure component provide default `width`
Closes #176
This commit is contained in:
parent
7d39fee193
commit
c56c0b684d
|
@ -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: ""
|
||||||
|
|
|
@ -31,7 +31,7 @@ Rectangle {
|
||||||
OneToOneChat
|
OneToOneChat
|
||||||
}
|
}
|
||||||
|
|
||||||
implicitWidth: 287
|
implicitWidth: 288
|
||||||
implicitHeight: 40
|
implicitHeight: 40
|
||||||
|
|
||||||
radius: 8
|
radius: 8
|
||||||
|
|
Loading…
Reference in New Issue