WeatherCard: add small indent to current weather

just move the current weather a bit to the right for a better layout
This commit is contained in:
notiant
2025-10-25 09:34:17 +02:00
committed by GitHub
parent 4df3ffef05
commit 0b5f87c2f4
+3 -1
View File
@@ -21,9 +21,11 @@ NBox {
clip: true
RowLayout {
id: weatherCurrent
Layout.fillWidth: true
spacing: Style.marginS
Item {
Layout.preferredWidth: 0
}
NIcon {
Layout.alignment: Qt.AlignVCenter
icon: weatherReady ? LocationService.weatherSymbolFromCode(LocationService.data.weather.current_weather.weathercode) : ""