1
0

qml: SeedTextArea only lower case input

This commit is contained in:
Sander van Grieken
2023-03-14 12:46:00 +01:00
parent 7fc4153f46
commit 5feb16ad75

View File

@@ -77,7 +77,7 @@ Pane {
font.bold: true
font.pixelSize: constants.fontSizeLarge
font.family: FixedFont
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhPreferLowercase | Qt.ImhNoPredictiveText
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhLowercaseOnly | Qt.ImhNoPredictiveText
background: Rectangle {
color: constants.darkerBackground