Updated main tap badge. Fixes #1619
This commit is contained in:
parent
2de8faf5a5
commit
1f3be224b8
|
@ -206,7 +206,7 @@ RowLayout {
|
||||||
visible: chatsModel.unreadMessagesCount > 0
|
visible: chatsModel.unreadMessagesCount > 0
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.right
|
anchors.left: parent.right
|
||||||
anchors.leftMargin: -16
|
anchors.leftMargin: -17
|
||||||
anchors.topMargin: 1
|
anchors.topMargin: 1
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
color: Style.current.blue
|
color: Style.current.blue
|
||||||
|
|
Loading…
Reference in New Issue