active window timer set in absolute ms
This commit is contained in:
parent
245b2aa24a
commit
017813ab57
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Row {
|
|||
// Timer to hide full title after window switch
|
||||
Timer {
|
||||
id: fullTitleTimer
|
||||
interval: Style.animationSlow * 4 // Show full title for 2 seconds
|
||||
interval: 2000
|
||||
repeat: false
|
||||
onTriggered: {
|
||||
showingFullTitle = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue