Skip to content

Commit

Permalink
update: splash complete loading bar
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromqrs committed May 16, 2021
1 parent 4675b41 commit 81366e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plasma/look-and-feel/Orchiis/contents/splash/Splash.qml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Image {
top: parent.top
bottom: parent.bottom
}
width: (parent.width / 6) * (stage - 1)
width: (parent.width / 6) * (stage)
color: "#ffffff"
Behavior on width {
PropertyAnimation {
duration: 300
duration: 250
easing.type: Easing.InOutQuad
}
}
Expand Down

0 comments on commit 81366e4

Please sign in to comment.