qml: SeedTextArea only lower case input
This commit is contained in:
@@ -77,7 +77,7 @@ Pane {
|
|||||||
font.bold: true
|
font.bold: true
|
||||||
font.pixelSize: constants.fontSizeLarge
|
font.pixelSize: constants.fontSizeLarge
|
||||||
font.family: FixedFont
|
font.family: FixedFont
|
||||||
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhPreferLowercase | Qt.ImhNoPredictiveText
|
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhLowercaseOnly | Qt.ImhNoPredictiveText
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: constants.darkerBackground
|
color: constants.darkerBackground
|
||||||
|
|||||||
Reference in New Issue
Block a user