|
|
@ -7,11 +7,12 @@ TextArea { |
|
|
|
id: seedtext |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.minimumHeight: 80 |
|
|
|
rightPadding: 16 |
|
|
|
leftPadding: 16 |
|
|
|
rightPadding: constants.paddingLarge |
|
|
|
leftPadding: constants.paddingLarge |
|
|
|
wrapMode: TextInput.WordWrap |
|
|
|
font.bold: true |
|
|
|
font.pixelSize: 18 |
|
|
|
font.pixelSize: constants.fontSizeLarge |
|
|
|
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhPreferLowercase | Qt.ImhNoPredictiveText |
|
|
|
background: Rectangle { |
|
|
|
color: "transparent" |
|
|
|
border.color: Material.accentColor |
|
|
|