summaryrefslogtreecommitdiffstats
path: root/res/skins/QMLDemo/EmbeddedBackground.qml
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-09-27 14:54:14 -0500
committerBe <be@mixxx.org>2021-09-29 10:11:33 -0500
commitd4bf033f4f16d811040ddb44a5bccc882e738c48 (patch)
treed05c7a52e9ca73205f3a8d4ded1914993aaf38fc /res/skins/QMLDemo/EmbeddedBackground.qml
parent9b7f745691fe8f21af29ca64dd44a7c42651f953 (diff)
move res/skins/QMLDemo to res/qml
Diffstat (limited to 'res/skins/QMLDemo/EmbeddedBackground.qml')
-rw-r--r--res/skins/QMLDemo/EmbeddedBackground.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/skins/QMLDemo/EmbeddedBackground.qml b/res/skins/QMLDemo/EmbeddedBackground.qml
deleted file mode 100644
index 85a2e5f17a..0000000000
--- a/res/skins/QMLDemo/EmbeddedBackground.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 2.12
-import "Theme"
-
-Rectangle {
- id: root
-
- border.width: 2
- border.color: Theme.deckBackgroundColor
- radius: 5
- color: Theme.embeddedBackgroundColor
-}