mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
notifications: improve notification center
This commit is contained in:
@@ -7,7 +7,7 @@ MouseArea {
|
||||
|
||||
property bool disabled: false
|
||||
property color stateColor: Theme.surfaceText
|
||||
property real cornerRadius: parent?.radius ?? Appearance.rounding.normal
|
||||
property real cornerRadius: parent?.radius ?? Theme.cornerRadius
|
||||
|
||||
anchors.fill: parent
|
||||
cursorShape: disabled ? undefined : Qt.PointingHandCursor
|
||||
|
||||
Reference in New Issue
Block a user