mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 01:07:33 +00:00
kwin/mobiletaskswitcher: Fix typo
This commit is contained in:
parent
de996b917c
commit
1e2a887c42
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ FocusScope {
|
||||||
target: root.effect
|
target: root.effect
|
||||||
|
|
||||||
function onPartialActivationFactorChanged() {
|
function onPartialActivationFactorChanged() {
|
||||||
taskSwitcherState.positionY = taskSwitcherState.openedYPosition * root.effect.partialActivationFactor;
|
taskSwitcherState.yPosition = taskSwitcherState.openedYPosition * root.effect.partialActivationFactor;
|
||||||
}
|
}
|
||||||
|
|
||||||
function onGestureInProgressChanged() {
|
function onGestureInProgressChanged() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue