|
|
|
@ -45,7 +45,7 @@ Pane { |
|
|
|
font.pixelSize: constants.fontSizeLarge |
|
|
|
font.pixelSize: constants.fontSizeLarge |
|
|
|
font.family: FixedFont |
|
|
|
font.family: FixedFont |
|
|
|
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhLowercaseOnly | Qt.ImhNoPredictiveText |
|
|
|
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhLowercaseOnly | Qt.ImhNoPredictiveText |
|
|
|
readOnly: true |
|
|
|
readOnly: AppController.isAndroid() |
|
|
|
|
|
|
|
|
|
|
|
background: Rectangle { |
|
|
|
background: Rectangle { |
|
|
|
color: constants.darkerBackground |
|
|
|
color: constants.darkerBackground |
|
|
|
|