Remove control center height animation

pull/18/head
reionwong 4 years ago
parent 4f17920c46
commit f36c780ff6

@ -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)

Loading…
Cancel
Save