File tree Expand file tree Collapse file tree 2 files changed +38
-47
lines changed
kde/plasma/look-and-feel/Dracula/contents/splash Expand file tree Collapse file tree 2 files changed +38
-47
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments