1import QtQuick 2.5
2
3Text {
4    width: 164
5    height: 21
6    color: "#ffffff"
7    anchors.left: parent.left
8    anchors.leftMargin: 8
9    font{
10        pixelSize: 13
11        family: "Cantarell"
12    }
13    verticalAlignment: Text.AlignVCenter
14}
15