remove useless parameter

This commit is contained in:
Yari Polla 2022-05-15 15:49:19 +02:00 committed by Devin Lin
parent b429b9c34e
commit fa759eb79e

View file

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