LockScreen: make compact version buttons not overflow & edit clock

CalendarPanel: edit clock
Autoformat
This commit is contained in:
lysec
2025-10-12 16:01:31 +02:00
parent d5d654e010
commit 14af84ffbe
5 changed files with 56 additions and 38 deletions
+4 -2
View File
@@ -139,6 +139,7 @@ Variants {
})()
Component.onCompleted: {
}
Connections {
@@ -151,6 +152,7 @@ Variants {
}
Component.onDestruction: {
}
// Anchor selection based on location (window edges)
@@ -548,12 +550,12 @@ Variants {
function onBrightnessChanged(newBrightness) {
root.lastUpdatedBrightness = newBrightness
if (!brightnessInitialized) {
brightnessInitialized = true
return
}
showOSD("brightness")
}