weather: better padding for forecast label

This commit is contained in:
2 * r + 2 * t 2026-01-03 23:10:16 +11:00
parent 19104850ee
commit ff087e23b3

View file

@ -133,6 +133,7 @@ Item {
StyledText { StyledText {
Layout.topMargin: Appearance.spacing.normal Layout.topMargin: Appearance.spacing.normal
Layout.leftMargin: Appearance.padding.normal
visible: forecastRepeater.count > 0 visible: forecastRepeater.count > 0
text: qsTr("7-Day Forecast") text: qsTr("7-Day Forecast")
font.pointSize: Appearance.font.size.normal font.pointSize: Appearance.font.size.normal