Fix some styling, make some components bound

This commit is contained in:
2025-10-14 00:56:52 -03:00
parent 7e16362f96
commit 0498c2f3cb
8 changed files with 26 additions and 27 deletions

View File

@@ -33,7 +33,9 @@ BackgroundRectangle {
height: collapsed ? 0 : contentHeight
Component.onCompleted: { root.collapsed = false }
Component.onCompleted: {
root.collapsed = false;
}
Behavior on height {
SequentialAnimation {
@@ -49,7 +51,7 @@ BackgroundRectangle {
root.timedout();
}
}
}
}
}
clip: true
@@ -65,7 +67,7 @@ BackgroundRectangle {
Timer {
id: notifTimer
interval: timerDuration
interval: root.timerDuration
running: root.startTimer
repeat: false
@@ -86,7 +88,6 @@ BackgroundRectangle {
margins: 10
}
IconImage {
id: iconImage