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:
Daker Fernandes Pinheiro 2011-07-08 18:52:40 -03:00
parent 363e341f66
commit 33b63aa125
2 changed files with 1 additions and 11 deletions

View File

@ -27,7 +27,7 @@ Item {
property bool running: false
// Plasma API
property bool smoothAnimation: false
property bool smoothAnimation: true
implicitWidth: 52
implicitHeight: 52

View File

@ -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