WeatherCard: Make current weather align with forecast

Aligns the current weather with the first day of the forecast to add some spacing to the left
This commit is contained in:
notiant
2025-10-24 19:28:19 +02:00
committed by GitHub
parent 3aa2c0d693
commit fb5a71dbb4
@@ -21,6 +21,8 @@ NBox {
clip: true
RowLayout {
id: weatherCurrent
anchors.left: weatherForecast.left
spacing: Style.marginS
NIcon {
Layout.alignment: Qt.AlignVCenter
@@ -77,6 +79,7 @@ NBox {
}
RowLayout {
id: weatherForecast
visible: weatherReady
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter