summaryrefslogtreecommitdiff
path: root/wizard/WizardSummaryItem.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/WizardSummaryItem.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/WizardSummaryItem.qml')
-rw-r--r--wizard/WizardSummaryItem.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizard/WizardSummaryItem.qml b/wizard/WizardSummaryItem.qml
index d3284b0d..79eedacc 100644
--- a/wizard/WizardSummaryItem.qml
+++ b/wizard/WizardSummaryItem.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -32,7 +32,7 @@ import QtQuick.Controls 2.0
import "../js/Wizard.js" as Wizard
import "../js/Utils.js" as Utils
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
ColumnLayout {
property alias header: key.text
@@ -50,7 +50,7 @@ ColumnLayout {
Layout.preferredHeight: 20
color: "transparent"
- MoneroComponents.TextBlock {
+ MonzeroComponents.TextBlock {
id: key
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter
@@ -64,7 +64,7 @@ ColumnLayout {
Layout.preferredHeight: 20
color: "transparent"
- MoneroComponents.TextBlock {
+ MonzeroComponents.TextBlock {
id: val
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter
@@ -79,7 +79,7 @@ ColumnLayout {
Layout.topMargin: 2
Layout.bottomMargin: 2
Layout.fillWidth: true
- color: MoneroComponents.Style.dividerColor
- opacity: MoneroComponents.Style.dividerOpacity
+ color: MonzeroComponents.Style.dividerColor
+ opacity: MonzeroComponents.Style.dividerOpacity
}
}