Commit da5f636e authored by Aleksi Suomalainen's avatar Aleksi Suomalainen Committed by eekkelund

Update SwitcherItem.qml

parent d080d9d1
...@@ -55,7 +55,6 @@ MouseArea { ...@@ -55,7 +55,6 @@ MouseArea {
origin.y: rotateWindowContent ? windowPixmap.height / 2 : angle === 270 ? windowPixmap.width / 2 : windowPixmap.height / 2 origin.y: rotateWindowContent ? windowPixmap.height / 2 : angle === 270 ? windowPixmap.width / 2 : windowPixmap.height / 2
} }
smooth: true smooth: true
radius: 5
opacity: switcherRoot.closeMode ? .6 : 1 opacity: switcherRoot.closeMode ? .6 : 1
Behavior on opacity { NumberAnimation { duration: 300; easing.type: Easing.OutBack } } Behavior on opacity { NumberAnimation { duration: 300; easing.type: Easing.OutBack } }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment