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 {
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue