From 3d5956497866dbe354495424c0952c4726fe73e9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 24 May 2025 20:38:57 +0800 Subject: dashboard: make weather icon less thick --- modules/dashboard/dash/Weather.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml index 849929e..99947f7 100644 --- a/modules/dashboard/dash/Weather.qml +++ b/modules/dashboard/dash/Weather.qml @@ -43,6 +43,9 @@ Item { text: root.icon || "cloud_alert" color: Colours.palette.m3secondary font.pointSize: Appearance.font.size.extraLarge * 2 + font.variableAxes: ({ + opsz: Appearance.font.size.extraLarge * 1.2 + }) } Column { -- cgit v1.2.3-freya