diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-05-31 01:49:43 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-06-01 12:34:03 +0200 |
commit | 00be891d3b0cb401e642a5331aedcc399641b8ef (patch) | |
tree | 19303b892d9bcae3f30cf6dae68af7f7324c1481 /gui/qml/LocationText.qml | |
parent | 1bd2637e3133d895d1e73931f8b3466a5761d9ef (diff) |
[refactor] unclutter main qml
Diffstat (limited to 'gui/qml/LocationText.qml')
-rw-r--r-- | gui/qml/LocationText.qml | 8 |
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 +} |