summaryrefslogtreecommitdiff
path: root/metawatch/qml/com/javispedro/sowatch/metawatch/MWLabel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/qml/com/javispedro/sowatch/metawatch/MWLabel.qml')
-rw-r--r--metawatch/qml/com/javispedro/sowatch/metawatch/MWLabel.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/metawatch/qml/com/javispedro/sowatch/metawatch/MWLabel.qml b/metawatch/qml/com/javispedro/sowatch/metawatch/MWLabel.qml
new file mode 100644
index 0000000..5ade4a8
--- /dev/null
+++ b/metawatch/qml/com/javispedro/sowatch/metawatch/MWLabel.qml
@@ -0,0 +1,6 @@
+import Qt 4.7
+
+Text {
+ font.family: "MetaWatch Large"
+ font.pixelSize: 16
+}