diff options
Diffstat (limited to 'wizard/WizardController.qml')
| -rw-r--r-- | wizard/WizardController.qml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index a7932fd7..343e6cb9 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -39,15 +39,15 @@ import moneroComponents.Wallet 1.0 import "../js/Wizard.js" as Wizard import "../js/Windows.js" as Windows import "../js/Utils.js" as Utils -import "../components" as MoneroComponents -import "../components/effects/" as MoneroEffects +import "../components" as MonzeroComponents +import "../components/effects/" as MonzeroEffects import "../pages" Rectangle { id: wizardController anchors.fill: parent - signal useMoneroClicked() + signal useMonzeroClicked() signal walletCreatedFromDevice(bool success) function restart(generatingNewSeed) { @@ -248,15 +248,15 @@ Rectangle { } ] - MoneroEffects.GradientBackground { + MonzeroEffects.GradientBackground { anchors.fill: parent - fallBackColor: MoneroComponents.Style.middlePanelBackgroundColor - initialStartColor: MoneroComponents.Style.wizardBackgroundGradientStart - initialStopColor: MoneroComponents.Style.middlePanelBackgroundGradientStop - blackColorStart: MoneroComponents.Style._b_wizardBackgroundGradientStart - blackColorStop: MoneroComponents.Style._b_middlePanelBackgroundGradientStop - whiteColorStart: MoneroComponents.Style._w_wizardBackgroundGradientStart - whiteColorStop: MoneroComponents.Style._w_middlePanelBackgroundGradientStop + fallBackColor: MonzeroComponents.Style.middlePanelBackgroundColor + initialStartColor: MonzeroComponents.Style.wizardBackgroundGradientStart + initialStopColor: MonzeroComponents.Style.middlePanelBackgroundGradientStop + blackColorStart: MonzeroComponents.Style._b_wizardBackgroundGradientStart + blackColorStop: MonzeroComponents.Style._b_middlePanelBackgroundGradientStop + whiteColorStart: MonzeroComponents.Style._w_wizardBackgroundGradientStart + whiteColorStop: MonzeroComponents.Style._w_middlePanelBackgroundGradientStop start: Qt.point(0, 0) end: Qt.point(height, width) } |
