summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/tbtnavi_demo/app/qml/CustomLabel.qml
blob: 12387a1ecaf1b2f4cb227fce5f13902575d6e760 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.1

Text {
    verticalAlignment: Text.AlignVCenter
    font.family: "Lato"
    font.weight: Font.Light
    color: "#000000"
    font.pixelSize: 24
}