WeatherCard: add more left spacing to current weather

This commit is contained in:
notiant
2025-11-18 20:10:19 +01:00
committed by GitHub
parent 956a33a148
commit ece5b95fb4
@@ -29,7 +29,7 @@ NBox {
Layout.fillWidth: true
spacing: Style.marginS
Item {
Layout.preferredWidth: 0
Layout.preferredWidth: Style.marginS
}
NIcon {
Layout.alignment: Qt.AlignVCenter