summaryrefslogtreecommitdiff
path: root/components/TipItem.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 /components/TipItem.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 'components/TipItem.qml')
-rw-r--r--components/TipItem.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/TipItem.qml b/components/TipItem.qml
index a6223b48..4b758e9f 100644
--- a/components/TipItem.qml
+++ b/components/TipItem.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -29,7 +29,7 @@
import QtQuick 2.9
import QtQuick.Window 2.1
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
Window {
property alias text: content.text
@@ -60,7 +60,7 @@ Window {
source: "qrc:///images/tip.png"
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
id: content
anchors.horizontalCenter: parent.horizontalCenter
y: 6