Weather: use the regular "sun" icon (unfilled) for better uniformity
This commit is contained in:
parent
a8b312f3a7
commit
720c17258b
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ NBox {
|
|||
RowLayout {
|
||||
visible: weatherReady
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
|
||||
spacing: Style.marginL * scaling
|
||||
Repeater {
|
||||
model: weatherReady ? LocationService.data.weather.daily.time : []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue