aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2018-12-29 23:07:14 -0800
committermmbyday <mmbyday@protonmail.com>2018-12-29 23:19:28 -0800
commitc2e27772e49401ef1fa382b8490c5834d4c983eb (patch)
treeed559a64480de9e83fb9449509dbf7e2f6025b84 /components
parent48a267f631c18d3159cccfc551d72cc5aeb0df03 (diff)
downloadmonzero-gui-c2e27772e49401ef1fa382b8490c5834d4c983eb.tar.gz
monzero-gui-c2e27772e49401ef1fa382b8490c5834d4c983eb.tar.xz
monzero-gui-c2e27772e49401ef1fa382b8490c5834d4c983eb.zip
wizard: add copying seed to clipboard warning
Diffstat (limited to 'components')
-rw-r--r--components/WarningBox.qml1
1 files changed, 1 insertions, 0 deletions
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