Notification: subtle gradient

This commit is contained in:
quadbyte 2025-08-11 08:40:28 -04:00
parent a373f2f26f
commit a72afcafbb

View file

@ -62,10 +62,13 @@ PanelWindow {
width: 360 * scaling
height: Math.max(80 * scaling, contentColumn.implicitHeight + (Style.marginMedium * 2 * scaling))
clip: true
color: Colors.backgroundSecondary
radius: Style.radiusMedium * scaling
border.color: Colors.accentPrimary
border.width: Math.max(1, Style.borderThin * scaling)
gradient: Gradient {
GradientStop { position: 0.0; color: Colors.backgroundTertiary }
GradientStop { position: 1.0; color: Colors.backgroundSecondary }
}
// Animation properties
property real scaleValue: 0.8