|
|
|
@ -65,7 +65,7 @@ WizardComponent { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
|
Layout.preferredWidth: parent.width |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.preferredHeight: 1 |
|
|
|
Layout.preferredHeight: 1 |
|
|
|
Layout.topMargin: constants.paddingLarge |
|
|
|
Layout.topMargin: constants.paddingLarge |
|
|
|
Layout.bottomMargin: constants.paddingLarge |
|
|
|
Layout.bottomMargin: constants.paddingLarge |
|
|
|
@ -74,7 +74,9 @@ WizardComponent { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
Label { |
|
|
|
|
|
|
|
Layout.fillWidth: true |
|
|
|
text: qsTr('Add cosigner #%1 of %2 to your multi-sig wallet').arg(cosigner).arg(participants) |
|
|
|
text: qsTr('Add cosigner #%1 of %2 to your multi-sig wallet').arg(cosigner).arg(participants) |
|
|
|
|
|
|
|
wrapMode: Text.Wrap |
|
|
|
} |
|
|
|
} |
|
|
|
RadioButton { |
|
|
|
RadioButton { |
|
|
|
ButtonGroup.group: keystoregroup |
|
|
|
ButtonGroup.group: keystoregroup |
|
|
|
|