From 7ddf40d2ea66eeaa277ca472503408645ed4d1f5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:05:35 +1000 Subject: icons: use variable axes --- modules/notifications/Notification.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/notifications/Notification.qml') diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index 0d3aab6..c97a332 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -186,9 +186,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 - }) } } } -- cgit v1.2.3-freya