From 476f01e09484aa158260aeae3187754000cec837 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Thu, 15 Jan 2026 15:37:47 -0500 Subject: [PATCH] autofmt --- Modules/LockScreen/LockScreenPanel.qml | 2 +- Widgets/NComboBox.qml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/LockScreen/LockScreenPanel.qml b/Modules/LockScreen/LockScreenPanel.qml index f912acca3..74764a6d2 100644 --- a/Modules/LockScreen/LockScreenPanel.qml +++ b/Modules/LockScreen/LockScreenPanel.qml @@ -125,7 +125,7 @@ Item { Layout.preferredWidth: Style.marginM visible: MediaService.currentPlayer && MediaService.canPlay } - + Rectangle { Layout.preferredWidth: 220 // Expand to take remaining space when weather is hidden diff --git a/Widgets/NComboBox.qml b/Widgets/NComboBox.qml index 4fd0ce0d4..577e14b5b 100644 --- a/Widgets/NComboBox.qml +++ b/Widgets/NComboBox.qml @@ -91,8 +91,8 @@ RowLayout { } } return I18n.tr("panels.indicator.default-value", { - "value": displayValue - }); + "value": displayValue + }); } function itemCount() {