diff options
| author | mmbyday <mmbyday@protonmail.com> | 2018-12-29 23:07:14 -0800 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2018-12-29 23:19:28 -0800 |
| commit | c2e27772e49401ef1fa382b8490c5834d4c983eb (patch) | |
| tree | ed559a64480de9e83fb9449509dbf7e2f6025b84 /components/WarningBox.qml | |
| parent | 48a267f631c18d3159cccfc551d72cc5aeb0df03 (diff) | |
| download | monzero-gui-c2e27772e49401ef1fa382b8490c5834d4c983eb.tar.gz monzero-gui-c2e27772e49401ef1fa382b8490c5834d4c983eb.tar.xz monzero-gui-c2e27772e49401ef1fa382b8490c5834d4c983eb.zip | |
wizard: add copying seed to clipboard warning
Diffstat (limited to 'components/WarningBox.qml')
| -rw-r--r-- | components/WarningBox.qml | 1 |
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 |
