From 00be891d3b0cb401e642a5331aedcc399641b8ef Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 31 May 2021 01:49:43 +0200 Subject: [refactor] unclutter main qml --- gui/qml/LocationText.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gui/qml/LocationText.qml (limited to 'gui/qml/LocationText.qml') 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 +} -- cgit v1.2.3