notifcard: increase content right margin to avoid dismiss button overlapping time label
This commit is contained in:
parent
7cd6716eb8
commit
d0be9616ae
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ Item {
|
|||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.leftMargin: _icon.visible ? 8 : 14
|
||||
anchors.rightMargin: 12
|
||||
anchors.rightMargin: 20
|
||||
anchors.topMargin: 8
|
||||
spacing: 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue