mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
Merge pull request #371
932d5be
consistent layout seed textarea (Jaquee)
This commit is contained in:
commit
5c1bd85204
@ -105,18 +105,20 @@ Rectangle {
|
|||||||
TextArea {
|
TextArea {
|
||||||
id: memoTextInput
|
id: memoTextInput
|
||||||
textMargin: 6
|
textMargin: 6
|
||||||
font.family: "Arial"
|
|
||||||
font.pointSize: 14
|
|
||||||
wrapMode: TextEdit.WordWrap
|
wrapMode: TextEdit.WordWrap
|
||||||
readOnly: true
|
readOnly: true
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
|
font.pixelSize: 18
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 100
|
Layout.preferredHeight: 100
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|
||||||
text: qsTr("Click button to show seed") + translationManager.emptyString
|
text: qsTr("Click button to show seed") + translationManager.emptyString
|
||||||
|
|
||||||
|
style: TextAreaStyle {
|
||||||
|
backgroundColor: "#FFFFFF"
|
||||||
|
}
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id : clipboardButton
|
id : clipboardButton
|
||||||
anchors.right: memoTextInput.right
|
anchors.right: memoTextInput.right
|
||||||
|
Loading…
Reference in New Issue
Block a user