From: Mohammed Sameer Date: Sun, 15 Sep 2013 01:27:24 +0000 (+0300) Subject: Convert harmattan CameraLabel to use Text instead of Label X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=commitdiff_plain;h=0d3d5e878d0a0042ece46dd093173c2e6ea73aca Convert harmattan CameraLabel to use Text instead of Label --- diff --git a/qml/harmattan/CameraLabel.qml b/qml/harmattan/CameraLabel.qml index 452ea74..d09c126 100644 --- a/qml/harmattan/CameraLabel.qml +++ b/qml/harmattan/CameraLabel.qml @@ -21,8 +21,10 @@ */ import QtQuick 1.1 -import com.nokia.meego 1.1 - -Label { +Text { + font.family: "Nokia Pure Text" + font.pixelSize: 24 + color: "#ffffff" + wrapMode: Text.Wrap }