Change BusyIndicator smoothAnimation property default to be true
- Also simplified the BusyIndicator gallery example Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
This commit is contained in:
parent
363e341f66
commit
33b63aa125
@ -27,7 +27,7 @@ Item {
|
||||
property bool running: false
|
||||
|
||||
// Plasma API
|
||||
property bool smoothAnimation: false
|
||||
property bool smoothAnimation: true
|
||||
|
||||
implicitWidth: 52
|
||||
implicitHeight: 52
|
||||
|
@ -167,16 +167,6 @@ Rectangle {
|
||||
PlasmaComponents.BusyIndicator { }
|
||||
|
||||
PlasmaComponents.BusyIndicator { running: true }
|
||||
|
||||
PlasmaComponents.BusyIndicator {
|
||||
id: busy
|
||||
running: mouse.pressed
|
||||
smoothAnimation: true
|
||||
MouseArea {
|
||||
id: mouse
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
Column {
|
||||
spacing: 20
|
||||
|
Loading…
Reference in New Issue
Block a user