diff options
Diffstat (limited to 'wizard/WizardWalletInput.qml')
| -rw-r--r-- | wizard/WizardWalletInput.qml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/wizard/WizardWalletInput.qml b/wizard/WizardWalletInput.qml index 2054fe52..21446bf5 100644 --- a/wizard/WizardWalletInput.qml +++ b/wizard/WizardWalletInput.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -34,7 +34,7 @@ import FontAwesome 1.0 import "../js/Wizard.js" as Wizard import "../components" -import "../components" as MoneroComponents +import "../components" as MonzeroComponents GridLayout { id: grid @@ -69,7 +69,7 @@ GridLayout { } ColumnLayout { - MoneroComponents.LineEdit { + MonzeroComponents.LineEdit { id: walletName Layout.fillWidth: true @@ -115,7 +115,7 @@ GridLayout { RowLayout { Layout.fillWidth: true - MoneroComponents.TextPlain { + MonzeroComponents.TextPlain { visible: errorMessageWalletName.text != "" font.family: FontAwesome.fontFamilySolid font.styleName: "Solid" @@ -125,10 +125,10 @@ GridLayout { themeTransition: false } - MoneroComponents.TextPlain { + MonzeroComponents.TextPlain { id: errorMessageWalletName textFormat: Text.PlainText - font.family: MoneroComponents.Style.fontRegular.name + font.family: MonzeroComponents.Style.fontRegular.name font.pixelSize: 14 color: "#FF0000" themeTransition: false @@ -145,7 +145,7 @@ GridLayout { ColumnLayout { visible: appWindow.walletMode >= 2 - MoneroComponents.LineEdit { + MonzeroComponents.LineEdit { id: walletLocation Layout.fillWidth: true @@ -181,7 +181,7 @@ GridLayout { KeyNavigation.down: browseButton KeyNavigation.tab: browseButton - MoneroComponents.InlineButton { + MonzeroComponents.InlineButton { id: browseButton fontFamily: FontAwesome.fontFamilySolid fontStyleName: "Solid" @@ -206,7 +206,7 @@ GridLayout { RowLayout { Layout.fillWidth: true - MoneroComponents.TextPlain { + MonzeroComponents.TextPlain { visible: errorMessageWalletLocation.text != "" font.family: FontAwesome.fontFamilySolid font.styleName: "Solid" @@ -216,10 +216,10 @@ GridLayout { themeTransition: false } - MoneroComponents.TextPlain { + MonzeroComponents.TextPlain { id: errorMessageWalletLocation textFormat: Text.PlainText - font.family: MoneroComponents.Style.fontRegular.name + font.family: MonzeroComponents.Style.fontRegular.name font.pixelSize: 14 color: "#FF0000" themeTransition: false |
