summaryrefslogtreecommitdiff
path: root/components/DaemonManagerDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/DaemonManagerDialog.qml')
-rw-r--r--components/DaemonManagerDialog.qml14
1 files changed, 7 insertions, 7 deletions
diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml
index 683318df..90400e85 100644
--- a/components/DaemonManagerDialog.qml
+++ b/components/DaemonManagerDialog.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -34,7 +34,7 @@ import QtQuick.Controls.Styles 1.4
import QtQuick.Window 2.0
import moneroComponents.Wallet 1.0
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
Window {
id: root
@@ -53,7 +53,7 @@ Window {
// TODO: implement without hardcoding sizes
width: 480
height: 200
- color: MoneroComponents.Style.middlePanelBackgroundColor
+ color: MonzeroComponents.Style.middlePanelBackgroundColor
// Make window draggable
MouseArea {
@@ -95,14 +95,14 @@ Window {
}
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
text: qsTr("Starting local node in %1 seconds").arg(countDown) + translationManager.emptyString;
font.pixelSize: 18
Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true
horizontalAlignment: Text.AlignHCenter
themeTransition: false
- color: MoneroComponents.Style.defaultFontColor
+ color: MonzeroComponents.Style.defaultFontColor
}
}
@@ -112,7 +112,7 @@ Window {
spacing: 60
Layout.alignment: Qt.AlignHCenter
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: okButton
visible:false
fontSize: 14
@@ -126,7 +126,7 @@ Window {
}
}
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: cancelButton
fontSize: 14
text: qsTr("Use custom settings") + translationManager.emptyString