Merge pull request #566 from notiant/patch-2

WeatherCard: Make current weather align with forecast
This commit is contained in:
Lemmy
2025-10-24 13:38:02 -04:00
committed by GitHub
@@ -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