summaryrefslogtreecommitdiff
path: root/modules/lock/Notification.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-26 21:05:35 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-26 21:05:35 +1000
commit7ddf40d2ea66eeaa277ca472503408645ed4d1f5 (patch)
treeab0d0a8c7a976434a3426c8c7bf7a44e472f2a39 /modules/lock/Notification.qml
parentdashboard: fix calendar (diff)
downloadcaelestia-shell-7ddf40d2ea66eeaa277ca472503408645ed4d1f5.tar.gz
caelestia-shell-7ddf40d2ea66eeaa277ca472503408645ed4d1f5.tar.bz2
caelestia-shell-7ddf40d2ea66eeaa277ca472503408645ed4d1f5.zip
icons: use variable axes
Diffstat (limited to 'modules/lock/Notification.qml')
-rw-r--r--modules/lock/Notification.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/lock/Notification.qml b/modules/lock/Notification.qml
index 1d3e1c7..936edd4 100644
--- a/modules/lock/Notification.qml
+++ b/modules/lock/Notification.qml
@@ -158,9 +158,6 @@ StyledRect {
color: root.modelData.urgency === NotificationUrgency.Critical ? Colours.palette.m3onError : root.modelData.urgency === NotificationUrgency.Low ? Colours.palette.m3onSurface : Colours.palette.m3onTertiaryContainer
font.pointSize: Appearance.font.size.large
- font.variableAxes: ({
- opsz: Appearance.font.size.large
- })
}
}
}