From 95b0c2d3fef9d46790938214e19f945b496a9223 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 23 May 2025 23:10:33 +0800 Subject: dashboard: add weather --- config/DashboardConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 0a41cfd..ea6db4f 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -17,5 +17,6 @@ Singleton { readonly property int mediaProgressSweep: 180 readonly property int mediaProgressThickness: 8 readonly property int resourceProgessThickness: 10 + readonly property int weatherWidth: 250 } } -- cgit v1.2.3-freya