mirror of https://github.com/status-im/StatusQ.git
fix(StatusChatList): ensure component provide default `width`
Closes #176
This commit is contained in:
parent
44343d3857
commit
300536bc5d
|
@ -9,6 +9,7 @@ Column {
|
|||
id: statusChatList
|
||||
|
||||
spacing: 4
|
||||
width: 288
|
||||
|
||||
property string categoryId: ""
|
||||
property string selectedChatId: ""
|
||||
|
|
|
@ -31,7 +31,7 @@ Rectangle {
|
|||
OneToOneChat
|
||||
}
|
||||
|
||||
implicitWidth: 287
|
||||
implicitWidth: 288
|
||||
implicitHeight: 40
|
||||
|
||||
radius: 8
|
||||
|
|
Loading…
Reference in New Issue