diff options
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/dash/Weather.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml index 468d542..24c7e00 100644 --- a/modules/dashboard/dash/Weather.qml +++ b/modules/dashboard/dash/Weather.qml @@ -26,9 +26,6 @@ Item { text: Weather.icon || "cloud_alert" color: Colours.palette.m3secondary font.pointSize: Appearance.font.size.extraLarge * 2 - font.variableAxes: ({ - opsz: Appearance.font.size.extraLarge * 1.2 - }) } Column { |