NotificationHistory: each notification needs a proper bg so its easier to understand the UI
This commit is contained in:
parent
df9533d4ab
commit
ffd9ee8efe
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ NLoader {
|
||||||
width: notificationList ? (notificationList.width - 20) : 380 * scaling
|
width: notificationList ? (notificationList.width - 20) : 380 * scaling
|
||||||
height: Math.max(80, notificationContent.height + 30)
|
height: Math.max(80, notificationContent.height + 30)
|
||||||
radius: Style.radiusMedium * scaling
|
radius: Style.radiusMedium * scaling
|
||||||
color: notificationMouseArea.containsMouse ? Colors.mPrimary : Colors.mSurface
|
color: notificationMouseArea.containsMouse ? Colors.mPrimary : Colors.mSurfaceVariant
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors {
|
anchors {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue