NotificationsHistory formatting
This commit is contained in:
parent
e7a5f8fb80
commit
cf9c51b444
1 changed files with 13 additions and 13 deletions
|
|
@ -63,19 +63,19 @@ NLoader {
|
||||||
|
|
||||||
WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
|
WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: notificationRect
|
id: notificationRect
|
||||||
color: Colors.mSurfaceVariant
|
color: Colors.mSurfaceVariant
|
||||||
radius: Style.radiusMedium * scaling
|
radius: Style.radiusMedium * scaling
|
||||||
border.color: Colors.mOutlineVariant
|
border.color: Colors.mOutlineVariant
|
||||||
border.width: Math.max(1, Style.borderMedium * scaling)
|
border.width: Math.max(1, Style.borderMedium * scaling)
|
||||||
width: 400 * scaling
|
width: 400 * scaling
|
||||||
height: 500 * scaling
|
height: 500 * scaling
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.topMargin: Style.marginTiny * scaling
|
anchors.topMargin: Style.marginTiny * scaling
|
||||||
anchors.rightMargin: Style.marginTiny * scaling
|
anchors.rightMargin: Style.marginTiny * scaling
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
// Animation properties
|
// Animation properties
|
||||||
property real scaleValue: 0.8
|
property real scaleValue: 0.8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue