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() {