From 0b5f87c2f4d1649f0c6aa57c07bedd8c0f1f00c7 Mon Sep 17 00:00:00 2001 From: notiant <238434866+notiant@users.noreply.github.com> Date: Sat, 25 Oct 2025 09:34:17 +0200 Subject: [PATCH] WeatherCard: add small indent to current weather just move the current weather a bit to the right for a better layout --- Modules/ControlCenter/Cards/WeatherCard.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/ControlCenter/Cards/WeatherCard.qml b/Modules/ControlCenter/Cards/WeatherCard.qml index 415472b3..1bb73055 100644 --- a/Modules/ControlCenter/Cards/WeatherCard.qml +++ b/Modules/ControlCenter/Cards/WeatherCard.qml @@ -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) : ""