From b0dbe73e7e0738d702d58d333bbc8740e88e46af Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 29 May 2021 14:31:46 -0500 Subject: [PATCH] KDE: Update splashscreen busy indicator --- kde/look-and-feel/contents/splash/Splash.qml | 17 +---------------- .../contents/splash/images/busy.svg | 2 +- .../contents/splash/images/busy03.svg | 1 - 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 kde/look-and-feel/contents/splash/images/busy03.svg diff --git a/kde/look-and-feel/contents/splash/Splash.qml b/kde/look-and-feel/contents/splash/Splash.qml index 576fa83..8e80f98 100644 --- a/kde/look-and-feel/contents/splash/Splash.qml +++ b/kde/look-and-feel/contents/splash/Splash.qml @@ -63,7 +63,7 @@ Image { Image { id: busyIndicator - source: "images/busy03.svg" + source: "images/busy.svg" anchors.centerIn: parent sourceSize.height: 200 sourceSize.width: 200 @@ -75,21 +75,6 @@ Image { loops: Animation.Infinite } } - - Image { - id: busyIndicator2 - source: "images/busy03.svg" - anchors.centerIn: parent - sourceSize.height: 250 - sourceSize.width: 250 - RotationAnimator on rotation { - id: rotationAnimator2 - from: 360 - to: 0 - duration: 2000 - loops: Animation.Infinite - } - } } OpacityAnimator { diff --git a/kde/look-and-feel/contents/splash/images/busy.svg b/kde/look-and-feel/contents/splash/images/busy.svg index 8672cd3..3f5b4a8 100644 --- a/kde/look-and-feel/contents/splash/images/busy.svg +++ b/kde/look-and-feel/contents/splash/images/busy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/kde/look-and-feel/contents/splash/images/busy03.svg b/kde/look-and-feel/contents/splash/images/busy03.svg deleted file mode 100644 index 4a4afdd..0000000 --- a/kde/look-and-feel/contents/splash/images/busy03.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file