summaryrefslogtreecommitdiff
path: root/gui/qml/LocationText.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/LocationText.qml')
-rw-r--r--gui/qml/LocationText.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/qml/LocationText.qml b/gui/qml/LocationText.qml
new file mode 100644
index 0000000..883a8a4
--- /dev/null
+++ b/gui/qml/LocationText.qml
@@ -0,0 +1,8 @@
+import QtQuick 2.9
+
+Text {
+ font.pixelSize: 10
+ color: "black"
+ text: qsTr("Location has been manually set.")
+ anchors.horizontalCenter: parent.horizontalCenter
+}