mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 18:14:21 +00:00
proper border on notifications
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user