mirror of https://github.com/status-im/StatusQ.git
fix(CreateChatView): fixed no contacts text alignment (#767)
As part of https://github.com/status-im/status-desktop/issues/6354
This commit is contained in:
parent
c41318d5e8
commit
99457ee77f
|
@ -82,7 +82,6 @@ Page {
|
||||||
|
|
||||||
contentItem: Item {
|
contentItem: Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.topMargin: 68
|
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
visible: (contactsModel.count === 0)
|
visible: (contactsModel.count === 0)
|
||||||
|
|
Loading…
Reference in New Issue