notification changes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import QtQuick
|
||||
import qs.Modules
|
||||
|
||||
Flickable {
|
||||
id: root
|
||||
|
||||
maximumFlickVelocity: 3000
|
||||
|
||||
rebound: Transition {
|
||||
Anim {
|
||||
properties: "x,y"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user