summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-animate-column-moves.patch
blob: d7603e434a6977257b213c27c57adde3d01b0d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From 3a6795548fd755121084b6a77f9de23bece8f534 Mon Sep 17 00:00:00 2001
From: David Edmundson <kde@davidedmundson.co.uk>
Date: Fri, 17 Jan 2020 14:41:47 +0000
Subject: [widgetexplorer] Animate column moves

Test Plan:
Search for something in the second column
Now it doesn't jump

Reviewers: #plasma, ngraham

Reviewed By: ngraham

Subscribers: ngraham, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D26699
---
 desktoppackage/contents/explorer/WidgetExplorer.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/desktoppackage/contents/explorer/WidgetExplorer.qml b/desktoppackage/contents/explorer/WidgetExplorer.qml
index 1d98e59..56a0c22 100644
--- a/desktoppackage/contents/explorer/WidgetExplorer.qml
+++ b/desktoppackage/contents/explorer/WidgetExplorer.qml
@@ -326,7 +326,7 @@ Item {
             //moved due to filtering
             displaced: Transition {
                 NumberAnimation {
-                    properties: "y"
+                    properties: "x,y"
                     duration: units.shortDuration * 3
                 }
             }
-- 
cgit v1.1