Skip to content

Commit 36774f4

Browse files
committed
KDE: LAF - Update splash screen appearance
1 parent 92c92ae commit 36774f4

File tree

2 files changed

+38
-47
lines changed

2 files changed

+38
-47
lines changed

kde/plasma/look-and-feel/Dracula/contents/splash/Splash.qml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,33 +63,33 @@ Image {
6363
Image {
6464
id: busyIndicator
6565
//in the middle of the remaining space
66-
y: parent.height - (parent.height - logo.y) / 3 - height/2
66+
y: parent.height / 2 - height/2
6767
anchors.horizontalCenter: parent.horizontalCenter
6868
source: "images/busy02.svg"
69-
sourceSize.height: units.gridUnit * 2
70-
sourceSize.width: units.gridUnit * 2
69+
sourceSize.height: logo.height + 60
70+
sourceSize.width: logo.width + 60
7171
RotationAnimator on rotation {
7272
id: rotationAnimator
7373
from: 0
7474
to: 360
75-
duration: 800
75+
duration: 1200
7676
loops: Animation.Infinite
7777
}
7878
}
7979

8080
Image {
8181
id: busyIndicator2
8282
//in the middle of the remaining space
83-
y: parent.height - (parent.height - logo.y) / 3 - height/2
83+
y: parent.height / 2 - height /2
8484
anchors.horizontalCenter: parent.horizontalCenter
8585
source: "images/busy02.svg"
86-
sourceSize.height: units.gridUnit * 3
87-
sourceSize.width: units.gridUnit * 3
86+
sourceSize.height: logo.height + 100
87+
sourceSize.width: logo.width + 100
8888
RotationAnimator on rotation {
8989
id: rotationAnimator2
9090
from: 360
9191
to: 0
92-
duration: 800
92+
duration: 1200
9393
loops: Animation.Infinite
9494
}
9595
}
Lines changed: 30 additions & 39 deletions
Loading

0 commit comments

Comments
 (0)