mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 18:48:47 +00:00
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
|
||||
|
||||
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…
x
Reference in New Issue
Block a user