From 3b823c5c2c8af3ae8b2c32f4968b512c8b7c58d8 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Sun, 7 Jul 2013 14:05:04 +0200
Subject: missed two files

---
 liveview/qml/com/javispedro/sowatch/liveview/LVLabel.qml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 liveview/qml/com/javispedro/sowatch/liveview/LVLabel.qml

(limited to 'liveview/qml/com/javispedro/sowatch')

diff --git a/liveview/qml/com/javispedro/sowatch/liveview/LVLabel.qml b/liveview/qml/com/javispedro/sowatch/liveview/LVLabel.qml
new file mode 100644
index 0000000..bd14890
--- /dev/null
+++ b/liveview/qml/com/javispedro/sowatch/liveview/LVLabel.qml
@@ -0,0 +1,6 @@
+import Qt 4.7
+
+Text {
+	font.pixelSize: 18
+	color: "white"
+}
-- 
cgit v1.2.3