remove the animated property
This commit is contained in:
parent
d457e071c0
commit
10da04882c
@ -38,7 +38,6 @@ Item {
|
||||
|
||||
// Plasma API
|
||||
property bool inverted: false
|
||||
property bool animated: true
|
||||
property alias stepSize: range.stepSize
|
||||
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
||||
property real scrollButtonInterval: 50
|
||||
|
@ -38,7 +38,6 @@ Item {
|
||||
|
||||
// Plasma API
|
||||
property bool inverted: false
|
||||
property bool animated: true
|
||||
property alias stepSize: range.stepSize
|
||||
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
||||
property real scrollButtonInterval: 50
|
||||
|
@ -102,7 +102,6 @@ Rectangle {
|
||||
stepSize: 30
|
||||
|
||||
flickableItem: page
|
||||
animated: true
|
||||
orientation: Qt.Horizontal
|
||||
anchors {
|
||||
left: parent.left
|
||||
@ -118,7 +117,6 @@ Rectangle {
|
||||
|
||||
orientation: Qt.Vertical
|
||||
flickableItem: page
|
||||
animated: true
|
||||
anchors {
|
||||
top: toolBar.bottom
|
||||
right: parent.right
|
||||
|
@ -52,7 +52,6 @@ Column {
|
||||
id: scrollBar
|
||||
orientation: Qt.Vertical
|
||||
flickableItem: scrollList
|
||||
animated: true
|
||||
stepSize: 40
|
||||
scrollButtonInterval: 50
|
||||
anchors {
|
||||
|
@ -49,7 +49,6 @@ Column {
|
||||
minimumValue: 0
|
||||
maximumValue: 255
|
||||
stepSize: 10
|
||||
animated: true
|
||||
Keys.onTabPressed: greenSlider.forceActiveFocus()
|
||||
}
|
||||
|
||||
@ -77,7 +76,6 @@ Column {
|
||||
minimumValue: 0
|
||||
maximumValue: 255
|
||||
stepSize: 10
|
||||
animated: true
|
||||
Keys.onTabPressed: redSlider.forceActiveFocus()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user