diff options
Diffstat (limited to 'liveview/qml')
-rw-r--r-- | liveview/qml/com/javispedro/sowatch/liveview/LVLabel.qml | 6 |
1 files changed, 6 insertions, 0 deletions
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" +} |