Merge pull request #793 from notiant/patch-22

WeatherCard: add more left spacing to current weather
This commit is contained in:
Lemmy
2025-11-18 18:49:43 -05:00
committed by GitHub
@@ -29,7 +29,7 @@ NBox {
Layout.fillWidth: true
spacing: Style.marginS
Item {
Layout.preferredWidth: 0
Layout.preferredWidth: Style.marginS
}
NIcon {
Layout.alignment: Qt.AlignVCenter