summaryrefslogtreecommitdiffstats
path: root/startupscreen/SplashView.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/SplashView.ui.qml')
-rw-r--r--startupscreen/SplashView.ui.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/startupscreen/SplashView.ui.qml b/startupscreen/SplashView.ui.qml
index 5310422..bf12f6f 100644
--- a/startupscreen/SplashView.ui.qml
+++ b/startupscreen/SplashView.ui.qml
@@ -50,7 +50,6 @@
import QtQuick 2.12
import StartupScreen 1.0
import QtQuick.Controls 2.15
-import QtGraphicalEffects 1.15
Rectangle {
id: root
@@ -67,16 +66,6 @@ Rectangle {
anchors.centerIn: root
}
- DropShadow {
- id: dropShadow
- anchors.fill: builtwithQtImage
- horizontalOffset: 8
- verticalOffset: 8
- radius: 8.0
- color: "#80000000"
- source: builtwithQtImage
- }
-
ProgressBar {
id: progressBar
width: parent.width