summaryrefslogtreecommitdiff
path: root/metawatch/qml/com/javispedro/sowatch/metawatch/MWSmallLabel.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-11 01:10:25 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-11 01:10:25 +0200
commitf0564ad9d210cc68bfb1bfc6e56b86fa941ad830 (patch)
tree0401716e7af8be4318be1b9e88eca1cc8ad28d39 /metawatch/qml/com/javispedro/sowatch/metawatch/MWSmallLabel.qml
parent1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19 (diff)
downloadsowatch-f0564ad9d210cc68bfb1bfc6e56b86fa941ad830.tar.gz
sowatch-f0564ad9d210cc68bfb1bfc6e56b86fa941ad830.zip
more fixes
Diffstat (limited to 'metawatch/qml/com/javispedro/sowatch/metawatch/MWSmallLabel.qml')
-rw-r--r--metawatch/qml/com/javispedro/sowatch/metawatch/MWSmallLabel.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/metawatch/qml/com/javispedro/sowatch/metawatch/MWSmallLabel.qml b/metawatch/qml/com/javispedro/sowatch/metawatch/MWSmallLabel.qml
new file mode 100644
index 0000000..d26e058
--- /dev/null
+++ b/metawatch/qml/com/javispedro/sowatch/metawatch/MWSmallLabel.qml
@@ -0,0 +1,6 @@
+import Qt 4.7
+
+Text {
+ font.family: "MetaWatch Large caps 8pt"
+ font.pixelSize: 8
+}