Commit 91ccf2b4 authored by J-P Nurmi's avatar J-P Nurmi Committed by The Qt Project
Browse files

TabBar: make the displace animation specific for moving


Change-Id: I3d5a4fe8ce277e92d28e0ff68c1dab0ad029ea4c
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
parent 6d17b2f9
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -114,7 +114,7 @@ FocusScope { ...@@ -114,7 +114,7 @@ FocusScope {
width: Math.min(availableWidth, count ? contentWidth : availableWidth) width: Math.min(availableWidth, count ? contentWidth : availableWidth)
height: currentItem ? currentItem.height : 0 height: currentItem ? currentItem.height : 0
displaced: Transition { moveDisplaced: Transition {
NumberAnimation { NumberAnimation {
property: "x" property: "x"
duration: 125 duration: 125
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment