Set maximum highlight move duration in kcm decoration
Ensures that animation finishes after a reasonable amount of time and does not follow the default 400 pixels/second.
This commit is contained in:
parent
26ff05b4bd
commit
38c1e721dc
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ BorderImage {
|
|||
color: highlightColor
|
||||
opacity: 0.5
|
||||
}
|
||||
highlightMoveDuration: 250
|
||||
delegate: Item {
|
||||
width: listView.width
|
||||
height: 150
|
||||
|
|
Loading…
Reference in a new issue