From f36c780ff64242d192fd9ca325b79c25b6db33b8 Mon Sep 17 00:00:00 2001 From: reionwong Date: Mon, 30 Aug 2021 00:16:24 +0800 Subject: [PATCH] Remove control center height animation --- qml/ControlCenter.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qml/ControlCenter.qml b/qml/ControlCenter.qml index d2f660a..b9b7773 100644 --- a/qml/ControlCenter.qml +++ b/qml/ControlCenter.qml @@ -34,12 +34,6 @@ ControlCenterDialog { width: 420 height: _mainLayout.implicitHeight + FishUI.Units.largeSpacing * 3 - Behavior on height { - NumberAnimation { - duration: 150 - } - } - property var margin: 4 * Screen.devicePixelRatio property point position: Qt.point(0, 0)