From ed168b2897a3a6ec65a2eb93079a56bf8bb77942 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 3 Jul 2018 09:32:04 +0200 Subject: Fix replace transition of vertical slide in the stack view The replaceTransition property was on the wrong level. Thanks to Markus Weingarten for noticing :) Task-number: QTBUG-69251 Change-Id: I4b9f66721c74a29c265d07a3e70747c69b6522ce Reviewed-by: Mitch Curtis --- src/controls/Private/StackViewSlideDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/Private/StackViewSlideDelegate.qml b/src/controls/Private/StackViewSlideDelegate.qml index e64bc38b..dcc14448 100644 --- a/src/controls/Private/StackViewSlideDelegate.qml +++ b/src/controls/Private/StackViewSlideDelegate.qml @@ -135,7 +135,7 @@ StackViewDelegate { to: target.height duration: 300 } - property Component replaceTransition: pushTransition } + property Component replaceTransition: pushTransition } } -- cgit v1.2.1