summaryrefslogtreecommitdiff
path: root/wizard/WizardNav.qml
diff options
context:
space:
mode:
authorMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
committerMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
commitdceeb88444ce966caa1a133d2926d5f7213c87ff (patch)
treed74c9c7d7e43c2a0d39d656c690c63050cff7f53 /wizard/WizardNav.qml
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-gui-phase0-20260815.tar.gz
monzero-gui-phase0-20260815.tar.xz
monzero-gui-phase0-20260815.zip
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'wizard/WizardNav.qml')
-rw-r--r--wizard/WizardNav.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizard/WizardNav.qml b/wizard/WizardNav.qml
index b5511b3e..c55b4f59 100644
--- a/wizard/WizardNav.qml
+++ b/wizard/WizardNav.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -31,7 +31,7 @@ import QtQuick.Layouts 1.2
import QtQuick.Controls 2.0
import "../js/Wizard.js" as Wizard
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
RowLayout {
id: menuNav
@@ -69,7 +69,7 @@ RowLayout {
Layout.preferredHeight: parent.height
color: "transparent"
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: btnPrev
width: appWindow.width <= 506 ? 45 : appWindow.width <= 660 ? 120 : 180
small: true
@@ -115,7 +115,7 @@ RowLayout {
implicitHeight: 10
radius: 10
// @TODO: Qt 5.10+ replace === with <=
- color: index === menuNav.progress ? MoneroComponents.Style.defaultFontColor : MoneroComponents.Style.progressBarBackgroundColor
+ color: index === menuNav.progress ? MonzeroComponents.Style.defaultFontColor : MonzeroComponents.Style.progressBarBackgroundColor
}
Accessible.role: Accessible.Indicator
Accessible.name: qsTr("Step (%1) of (%2)").arg(currentIndex + 1).arg(count) + translationManager.emptyString
@@ -126,7 +126,7 @@ RowLayout {
Rectangle {
anchors.fill: parent
- color: wizardProgress.focus ? MoneroComponents.Style.titleBarButtonHoverColor : "transparent"
+ color: wizardProgress.focus ? MonzeroComponents.Style.titleBarButtonHoverColor : "transparent"
}
}
}
@@ -135,7 +135,7 @@ RowLayout {
Layout.preferredHeight: parent.height
color: "transparent"
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: btnNext
width: appWindow.width <= 506 ? 45 : appWindow.width <= 660 ? 120 : 180
small: true