From 932d5bee4773b85b2ebe1aeecc008e896a7a6f6e Mon Sep 17 00:00:00 2001 From: Jaquee Date: Fri, 30 Dec 2016 19:51:06 +0100 Subject: [PATCH] consistent layout seed textarea --- pages/Settings.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/Settings.qml b/pages/Settings.qml index a54c936f..be4c2368 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -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