mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
remove useless parameter
This commit is contained in:
parent
b429b9c34e
commit
fa759eb79e
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ Item {
|
||||||
// view when fully open
|
// view when fully open
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: fullView
|
id: fullView
|
||||||
height: 1
|
|
||||||
opacity: root.fullViewProgress
|
opacity: root.fullViewProgress
|
||||||
visible: opacity !== 0
|
visible: opacity !== 0
|
||||||
transform: Translate { y: (1 - fullView.opacity) * root.rowHeight }
|
transform: Translate { y: (1 - fullView.opacity) * root.rowHeight }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue