consistent layout seed textarea

This commit is contained in:
Jaquee 2016-12-30 19:51:06 +01:00
parent d8f9e7360f
commit 932d5bee47
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39
1 changed files with 5 additions and 3 deletions

View File

@ -105,18 +105,20 @@ Rectangle {
TextArea {
id: memoTextInput
textMargin: 6
font.family: "Arial"
font.pointSize: 14
wrapMode: TextEdit.WordWrap
readOnly: true
selectByMouse: true
font.pixelSize: 18
Layout.fillWidth: true
Layout.preferredHeight: 100
Layout.alignment: Qt.AlignHCenter
text: qsTr("Click button to show seed") + translationManager.emptyString
style: TextAreaStyle {
backgroundColor: "#FFFFFF"
}
Image {
id : clipboardButton
anchors.right: memoTextInput.right