summaryrefslogtreecommitdiffstats
path: root/startupscreen/SDcardButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/SDcardButton.qml')
-rw-r--r--startupscreen/SDcardButton.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/startupscreen/SDcardButton.qml b/startupscreen/SDcardButton.qml
index 3c11264..586d2c6 100644
--- a/startupscreen/SDcardButton.qml
+++ b/startupscreen/SDcardButton.qml
@@ -50,7 +50,6 @@
import QtQuick 2.12
import StartupScreen 1.0
-import QtGraphicalEffects 1.12
Item {
id: root
@@ -64,16 +63,6 @@ Item {
radius: 0
}
- DropShadow {
- id: buttonDropShadow
- anchors.fill: buttonBackground
- horizontalOffset: 8
- verticalOffset: 8
- radius: 8.0
- color: "#80000000"
- source: buttonBackground
- }
-
// changing button state
MouseArea {
anchors.fill: parent