forked from Public/monero-gui
fix wizard spacing and dots
This commit is contained in:
@@ -57,6 +57,12 @@ ColumnLayout {
|
||||
return wizard.walletPathValid(walletFullPath);
|
||||
}
|
||||
|
||||
ListModel {
|
||||
id: dotsModel
|
||||
ListElement { dotColor: "#36B05B" }
|
||||
ListElement { dotColor: "#DBDBDB" }
|
||||
}
|
||||
|
||||
WizardManageWalletUI {
|
||||
id: uiItem
|
||||
titleText: qsTr("Create view only wallet") + translationManager.emptyString
|
||||
|
||||
Reference in New Issue
Block a user