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