From 38c1e721dceae12bb9829d062a0ca34ab5f9f38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sun, 20 May 2012 20:42:51 +0200 Subject: [PATCH] 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. --- kcmkwin/kwindecoration/qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/kcmkwin/kwindecoration/qml/main.qml b/kcmkwin/kwindecoration/qml/main.qml index 3aa4330826..c37b6f6cbe 100644 --- a/kcmkwin/kwindecoration/qml/main.qml +++ b/kcmkwin/kwindecoration/qml/main.qml @@ -46,6 +46,7 @@ BorderImage { color: highlightColor opacity: 0.5 } + highlightMoveDuration: 250 delegate: Item { width: listView.width height: 150