summaryrefslogtreecommitdiff
path: root/widgets/Label.qml
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/Label.qml')
-rw-r--r--widgets/Label.qml16
1 files changed, 0 insertions, 16 deletions
diff --git a/widgets/Label.qml b/widgets/Label.qml
deleted file mode 100644
index e1e22ba..0000000
--- a/widgets/Label.qml
+++ /dev/null
@@ -1,16 +0,0 @@
-import "root:/config"
-import QtQuick
-
-Text {
- id: root
-
- renderType: Text.NativeRendering
-
- Behavior on color {
- ColorAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
- }
-}