summaryrefslogtreecommitdiffstats
path: root/startupscreen/MainView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/MainView.qml')
-rw-r--r--startupscreen/MainView.qml19
1 files changed, 0 insertions, 19 deletions
diff --git a/startupscreen/MainView.qml b/startupscreen/MainView.qml
index 6b3d1b0..e4c6522 100644
--- a/startupscreen/MainView.qml
+++ b/startupscreen/MainView.qml
@@ -50,7 +50,6 @@
import QtQuick 2.12
import StartupScreen 1.0
-import QtGraphicalEffects 1.15
Item {
id: root
@@ -156,15 +155,6 @@ Item {
}
}
}
- DropShadow {
- id: panelDropShadow
- anchors.fill: panel
- horizontalOffset: 8
- verticalOffset: 8
- radius: 8.0
- color: "#80000000"
- source: panel
- }
// Button row
UsbButton {
@@ -209,15 +199,6 @@ Item {
anchors.right: root.right
anchors.rightMargin: 20
}
- DropShadow {
- id: clockDropShadow
- anchors.fill: clock
- horizontalOffset: 8
- verticalOffset: 8
- radius: 8.0
- color: "#80000000"
- source: clock
- }
// label and IP address
Item {