summaryrefslogtreecommitdiff
path: root/pages/merchant/MerchantTrackingList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/merchant/MerchantTrackingList.qml')
-rw-r--r--pages/merchant/MerchantTrackingList.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pages/merchant/MerchantTrackingList.qml b/pages/merchant/MerchantTrackingList.qml
index 611df81e..784afa55 100644
--- a/pages/merchant/MerchantTrackingList.qml
+++ b/pages/merchant/MerchantTrackingList.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2026, The Monero Project
+// Copyright (c) 2014-2026, The Monzero Project
//
// All rights reserved.
//
@@ -33,7 +33,7 @@ import QtQuick.Layouts 1.1
import QtQuick.Dialogs 1.2
import "../../js/Utils.js" as Utils
-import "../../components" as MoneroComponents
+import "../../components" as MonzeroComponents
ListView {
id: trackingListView
@@ -65,7 +65,7 @@ ListView {
color: "#767676"
textFormat: Text.RichText
text: parent.message
- selectionColor: MoneroComponents.Style.textSelectionColor
+ selectionColor: MonzeroComponents.Style.textSelectionColor
selectByMouse: true
readOnly: true
onFocusChanged: {if(focus === false) deselect() }
@@ -105,7 +105,7 @@ ListView {
font.bold: false
color: "#707070"
text: time_date + " (" + Utils.ago(time_epoch) + ") "
- selectionColor: MoneroComponents.Style.textSelectionColor
+ selectionColor: MonzeroComponents.Style.textSelectionColor
selectByMouse: true
readOnly: true
onFocusChanged: {if(focus === false) deselect() }
@@ -154,7 +154,7 @@ ListView {
font.bold: true
color: hide_amount ? "#707070" : "#009F1E"
text: hide_amount ? '-' : '+' + amount + (in_txpool ? ' (%1)'.arg(qsTr('unconfirmed')) : '')
- selectionColor: MoneroComponents.Style.textSelectionColor
+ selectionColor: MonzeroComponents.Style.textSelectionColor
selectByMouse: true
readOnly: true
onFocusChanged: {if(focus === false) deselect() }
@@ -201,7 +201,7 @@ ListView {
}
}
}
- selectionColor: MoneroComponents.Style.textSelectionColor
+ selectionColor: MonzeroComponents.Style.textSelectionColor
selectByMouse: true
readOnly: true
onFocusChanged: {if(focus === false) deselect() }