weather: better padding for forecast label
This commit is contained in:
parent
19104850ee
commit
ff087e23b3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue