aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/Export.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml
index a0270a099..7384bcbe2 100644
--- a/mobile-widgets/qml/Export.qml
+++ b/mobile-widgets/qml/Export.qml
@@ -55,8 +55,8 @@ Kirigami.ScrollablePage {
id: fieldPassword
Layout.fillWidth: true
inputMethodHints: Qt.ImhSensitiveData |
- Qt.ImhHiddenText |
- Qt.ImhNoAutoUppercase
+ Qt.ImhHiddenText |
+ Qt.ImhNoAutoUppercase
echoMode: TextInput.PasswordEchoOnEdit
}
CheckBox {