aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/TemplateLine.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/TemplateLine.qml')
-rw-r--r--mobile-widgets/qml/TemplateLine.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile-widgets/qml/TemplateLine.qml b/mobile-widgets/qml/TemplateLine.qml
new file mode 100644
index 000000000..b60b07491
--- /dev/null
+++ b/mobile-widgets/qml/TemplateLine.qml
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
+import QtQuick 2.11
+import QtQuick.Controls 2.4
+import QtQuick.Layouts 1.11
+
+Rectangle {
+ color: "black"
+ height: 1
+ width: parent.width
+}