Replace tons of hardcoded stuff
This commit is contained in:
parent
2a5a3a1b78
commit
c673b897cb
27 changed files with 155 additions and 161 deletions
|
|
@ -121,7 +121,7 @@ Window {
|
|||
// Timer to trigger show animation
|
||||
Timer {
|
||||
id: showTimer
|
||||
interval: 10 // Very short delay to ensure component is visible
|
||||
interval: Style.animationFast / 15 // Very short delay to ensure component is visible
|
||||
repeat: false
|
||||
onTriggered: {
|
||||
// Animate to final values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue