summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash/Weather.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/dash/Weather.qml')
-rw-r--r--modules/dashboard/dash/Weather.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml
index 3c48aee..849929e 100644
--- a/modules/dashboard/dash/Weather.qml
+++ b/modules/dashboard/dash/Weather.qml
@@ -42,7 +42,7 @@ Item {
animate: true
text: root.icon || "cloud_alert"
color: Colours.palette.m3secondary
- font.pointSize: root.parent.height / 2 || 1
+ font.pointSize: Appearance.font.size.extraLarge * 2
}
Column {