summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/H2.qml
blob: 775838be063e61551aa9659e889e4853059689d3 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Text {
    color: "#fff"
    font.pixelSize: 24
    anchors.margins: 20
    anchors.horizontalCenter: parent.horizontalCenter
    anchors.top: parent.top
}