From c2e27772e49401ef1fa382b8490c5834d4c983eb Mon Sep 17 00:00:00 2001 From: mmbyday Date: Sat, 29 Dec 2018 23:07:14 -0800 Subject: wizard: add copying seed to clipboard warning --- components/WarningBox.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components') diff --git a/components/WarningBox.qml b/components/WarningBox.qml index 9ea868eb..c71b896a 100644 --- a/components/WarningBox.qml +++ b/components/WarningBox.qml @@ -7,6 +7,7 @@ import "." as MoneroComponents Rectangle { id: root property alias text: content.text + property alias textColor: content.color property int fontSize: 15 * scaleRatio Layout.fillWidth: true -- cgit v1.2.3