mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
fix wizard spacing and dots
This commit is contained in:
parent
2e3350c060
commit
c75d3cf9ec
@ -57,6 +57,12 @@ ColumnLayout {
|
|||||||
return wizard.walletPathValid(walletFullPath);
|
return wizard.walletPathValid(walletFullPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ListModel {
|
||||||
|
id: dotsModel
|
||||||
|
ListElement { dotColor: "#36B05B" }
|
||||||
|
ListElement { dotColor: "#DBDBDB" }
|
||||||
|
}
|
||||||
|
|
||||||
WizardManageWalletUI {
|
WizardManageWalletUI {
|
||||||
id: uiItem
|
id: uiItem
|
||||||
titleText: qsTr("Create view only wallet") + translationManager.emptyString
|
titleText: qsTr("Create view only wallet") + translationManager.emptyString
|
||||||
|
@ -53,6 +53,7 @@ ColumnLayout {
|
|||||||
property bool recoverMode: false
|
property bool recoverMode: false
|
||||||
// Recover form seed or keys
|
// Recover form seed or keys
|
||||||
property bool recoverFromSeedMode: true
|
property bool recoverFromSeedMode: true
|
||||||
|
property int rowSpacing: 10
|
||||||
|
|
||||||
function checkFields(){
|
function checkFields(){
|
||||||
var addressOK = walletManager.addressValid(addressLine.text, wizard.settings.testnet)
|
var addressOK = walletManager.addressValid(addressLine.text, wizard.settings.testnet)
|
||||||
|
Loading…
Reference in New Issue
Block a user