From fa759eb79e07a817c20b9ccbd867011260481274 Mon Sep 17 00:00:00 2001 From: Yari Polla Date: Sun, 15 May 2022 15:49:19 +0200 Subject: [PATCH] remove useless parameter --- .../mobileshell/qml/actiondrawer/quicksettings/QuickSettings.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettings.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettings.qml index d55dc5aa..d5eafaf3 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettings.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettings.qml @@ -68,7 +68,6 @@ Item { // view when fully open ColumnLayout { id: fullView - height: 1 opacity: root.fullViewProgress visible: opacity !== 0 transform: Translate { y: (1 - fullView.opacity) * root.rowHeight }