fix rounding issue with notificationcards
This commit is contained in:
parent
58b9530361
commit
fd501590ed
@ -30,12 +30,13 @@ Rectangle {
|
||||
id: notiIcon
|
||||
radius: notifyItem.radius - notifyItem.radius / 3
|
||||
implicitWidth: 64
|
||||
color: Colors.background
|
||||
implicitHeight: 64
|
||||
visible: notifyItem.modelData.image !== ""
|
||||
IconImage {
|
||||
source: notifyItem.modelData.image
|
||||
visible: notifyItem.modelData.image !== ""
|
||||
implicitSize: 30
|
||||
implicitSize: 64
|
||||
asynchronous: true
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user