Merge pull request #371

932d5be consistent layout seed textarea (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-01-08 16:54:29 -08:00
commit 5c1bd85204
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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