X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=qml%2FSectionHeader.qml;h=0fc9e4701afd77abf753de848ad79462b21d9524;hb=bd5072bb600787b5da8c093c64496fb1ed740808;hp=51f6ee36b502f91a8458cce0b9f58ceafe0a779c;hpb=bb079e0dff5557e811af63194a86a5d6548b4cfd;p=harmattan%2Fcameraplus diff --git a/qml/SectionHeader.qml b/qml/SectionHeader.qml index 51f6ee3..0fc9e47 100644 --- a/qml/SectionHeader.qml +++ b/qml/SectionHeader.qml @@ -21,7 +21,6 @@ */ @IMPORT_QT_QUICK@ -import com.nokia.meego 1.1 Row { id: root @@ -34,7 +33,7 @@ Row { property alias text: label.text - Label { + CameraLabel { id: label verticalAlignment: Text.AlignVCenter }