From ff087e23b39e24f0fd2799118741d7fad50e3c19 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 3 Jan 2026 23:10:16 +1100 Subject: weather: better padding for forecast label --- modules/dashboard/Weather.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/dashboard/Weather.qml b/modules/dashboard/Weather.qml index 3018567..3981633 100644 --- a/modules/dashboard/Weather.qml +++ b/modules/dashboard/Weather.qml @@ -133,6 +133,7 @@ Item { StyledText { Layout.topMargin: Appearance.spacing.normal + Layout.leftMargin: Appearance.padding.normal visible: forecastRepeater.count > 0 text: qsTr("7-Day Forecast") font.pointSize: Appearance.font.size.normal -- cgit v1.2.3-freya