From 42ebec450346261474c29dcb40a1df2cfc6e34d7 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 22 Nov 2020 04:31:32 +0200 Subject: [PATCH] Do not animate tab item width It looks weird when they are moving around the screen after page orientation changes. --- qml/components/chatInformationPage/ChatInformationTabView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qml/components/chatInformationPage/ChatInformationTabView.qml b/qml/components/chatInformationPage/ChatInformationTabView.qml index f550821..4e09e69 100644 --- a/qml/components/chatInformationPage/ChatInformationTabView.qml +++ b/qml/components/chatInformationPage/ChatInformationTabView.qml @@ -61,7 +61,6 @@ Item { width: loaded ? (headerGrid.width / tabView.count) : 0 opacity: loaded ? 1.0 : 0.0 - Behavior on width { PropertyAnimation {duration: 200}} Behavior on opacity { FadeAnimation {}} height: Theme.itemSizeLarge property int itemIndex: index