diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-15 11:26:35 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-17 10:50:51 -0800 |
commit | b8c02c9b030da70f5abdd143fcde4a1bf8435a94 (patch) | |
tree | 1adb365497072bc0d1711a367e352b9db2191a76 /mobile-widgets/qml/Export.qml | |
parent | 4c5054ec4e436a3e07707e29964c338a7243c701 (diff) | |
download | subsurface-b8c02c9b030da70f5abdd143fcde4a1bf8435a94.tar.gz |
mobile/export: clean up whitespace
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/Export.qml')
-rw-r--r-- | mobile-widgets/qml/Export.qml | 4 |
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 { |