diff --git a/src/Microhard/MicrohardSettings.qml b/src/Microhard/MicrohardSettings.qml index 6874a0e8378d00afacdc75ad013e96de4e5fb54d..0e5741ebc7a5939fd791414b71bc78a123a58525 100644 --- a/src/Microhard/MicrohardSettings.qml +++ b/src/Microhard/MicrohardSettings.qml @@ -216,7 +216,7 @@ Rectangle { id: configPassword text: QGroundControl.microhardManager.configPassword enabled: true - inputMethodHints: Qt.ImhHiddenText + echoMode: TextInput.Password Layout.minimumWidth: _valueWidth } QGCLabel { @@ -226,7 +226,7 @@ Rectangle { id: encryptionKey text: QGroundControl.microhardManager.encryptionKey enabled: true - inputMethodHints: Qt.ImhHiddenText + echoMode: TextInput.Password Layout.minimumWidth: _valueWidth } }