qml: trustedcoin icon in 2fas wizard disclaimer
This commit is contained in:
@@ -14,6 +14,12 @@ WizardComponent {
|
|||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
|
Image {
|
||||||
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
Layout.bottomMargin: constants.paddingLarge
|
||||||
|
source: '../../../gui/icons/trustedcoin-wizard.png'
|
||||||
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: plugin ? plugin.disclaimer : ''
|
text: plugin ? plugin.disclaimer : ''
|
||||||
|
|||||||
Reference in New Issue
Block a user