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/lock/Notification.qml | 3 --- modules/lock/WeatherInfo.qml | 3 --- 2 files changed, 6 deletions(-) (limited to 'modules/lock') 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 - }) } } } diff --git a/modules/lock/WeatherInfo.qml b/modules/lock/WeatherInfo.qml index 3d627a9..1b840e6 100644 --- a/modules/lock/WeatherInfo.qml +++ b/modules/lock/WeatherInfo.qml @@ -27,9 +27,6 @@ RowLayout { text: Weather.icon || "cloud_alert" color: Colours.palette.m3secondary font.pointSize: Appearance.font.size.extraLarge * 2.5 - font.variableAxes: ({ - opsz: Appearance.font.size.extraLarge * 1.2 - }) } ColumnLayout { -- cgit v1.2.3-freya