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:
Martin Gräßlin 2012-05-20 20:42:51 +02:00
parent 26ff05b4bd
commit 38c1e721dc

View file

@ -46,6 +46,7 @@ BorderImage {
color: highlightColor
opacity: 0.5
}
highlightMoveDuration: 250
delegate: Item {
width: listView.width
height: 150