lock: fix notifs height on startup

For some reason they do not have the correct height, so use a timer to recalculate after a small delay
This commit is contained in:
2 * r + 2 * t 2025-07-09 19:32:40 +10:00
parent 52cad36cdf
commit ec6e505bd1

View file

@ -29,6 +29,12 @@ WrapperItem {
rightMargin: 0
topMargin: 0
Timer {
running: true
interval: 10
onTriggered: notifs.countChanged()
}
Behavior on implicitWidth {
Anim {
duration: Appearance.anim.durations.large