summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 5862bd8..56767f3 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -17,7 +17,6 @@
import QtQuick 2.6
import QtQuick.Layouts 1.1
import QtQuick.Controls 2.0
-import QtQuick.VirtualKeyboard 2.1
import 'datetime'
import 'bluetooth'
@@ -33,15 +32,6 @@ ApplicationWindow {
stack.pop(settings)
}
- InputPanel {
- id: inputPanel
- z: 1
- visible: Qt.inputMethod.visible
- y: Qt.inputMethod.visible ? parent.height - inputPanel.height : parent.height
- anchors.left: parent.left
- anchors.right: parent.right
- }
-
StackView {
id: stack
anchors.fill: parent