Merge pull request #578 from notiant/patch-3

WeatherCard: add small indent to current weather
This commit is contained in:
Lysec
2025-10-25 11:35:34 +02:00
committed by GitHub
+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) : ""