summaryrefslogtreecommitdiff
path: root/gui/qml/LocationText.qml
blob: 883a8a4a3552e8bc8b72ba53745888ef9840642a (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.9

Text {
    font.pixelSize: 10
    color: "black"
    text: qsTr("Location has been manually set.")
    anchors.horizontalCenter: parent.horizontalCenter
}