diff options
| author | xmrdsc <xmrdsc@protonmail.com> | 2019-05-16 16:19:16 +0200 |
|---|---|---|
| committer | xmrdsc <xmrdsc@protonmail.com> | 2019-05-16 16:19:16 +0200 |
| commit | d3cf9eaf9736662d89fe00cb34662b1407f8a57c (patch) | |
| tree | 40d251f376af6c6d7f468a837cd0d9b4ffa9b8e5 /wizard | |
| parent | c286c7e5a8e67d769bc9054f661ab742a8b1a5ba (diff) | |
| download | monzero-gui-d3cf9eaf9736662d89fe00cb34662b1407f8a57c.tar.gz monzero-gui-d3cf9eaf9736662d89fe00cb34662b1407f8a57c.tar.xz monzero-gui-d3cf9eaf9736662d89fe00cb34662b1407f8a57c.zip | |
Bootstrap warning text should be richtext
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardModeBootstrap.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardModeBootstrap.qml b/wizard/WizardModeBootstrap.qml index ce14dfb1..ecda1b40 100644 --- a/wizard/WizardModeBootstrap.qml +++ b/wizard/WizardModeBootstrap.qml @@ -71,6 +71,7 @@ Rectangle { wrapMode: Text.Wrap Layout.topMargin: 14 Layout.fillWidth: true + textFormat: Text.RichText font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: 16 |
