summaryrefslogtreecommitdiffstats
path: root/app/qml/CustomLabel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/qml/CustomLabel.qml')
-rw-r--r--app/qml/CustomLabel.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/qml/CustomLabel.qml b/app/qml/CustomLabel.qml
deleted file mode 100644
index 12387a1..0000000
--- a/app/qml/CustomLabel.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 2.1
-
-Text {
- verticalAlignment: Text.AlignVCenter
- font.family: "Lato"
- font.weight: Font.Light
- color: "#000000"
- font.pixelSize: 24
-}