proper border on notifications
This commit is contained in:
parent
c1bec66151
commit
2e082ed8b1
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ Variants {
|
|||
height: Math.max(80 * scaling, contentRow.implicitHeight + (Style.marginL * 2 * scaling))
|
||||
clip: true
|
||||
radius: Style.radiusL * scaling
|
||||
border.color: Qt.alpha(Color.mOutline, Style.opacityLight)
|
||||
border.color: Color.mOutline
|
||||
border.width: Math.max(1, Style.borderS * scaling)
|
||||
color: Color.mSurface
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue