summaryrefslogtreecommitdiff
path: root/components/RemoteNodeEdit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/RemoteNodeEdit.qml')
-rw-r--r--components/RemoteNodeEdit.qml14
1 files changed, 7 insertions, 7 deletions
diff --git a/components/RemoteNodeEdit.qml b/components/RemoteNodeEdit.qml
index e6ce47f2..439c54cc 100644
--- a/components/RemoteNodeEdit.qml
+++ b/components/RemoteNodeEdit.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 2.9
import QtQuick.Layouts 1.1
import "../js/Utils.js" as Utils
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
GridLayout {
columns: 2
@@ -48,15 +48,15 @@ GridLayout {
// TODO: LEGACY; remove these placeHolder variables when
// the wizards get redesigned to the black-theme
- property string placeholderFontFamily: MoneroComponents.Style.fontRegular.name
+ property string placeholderFontFamily: MonzeroComponents.Style.fontRegular.name
property bool placeholderFontBold: false
property int placeholderFontSize: 15
- property string placeholderColor: MoneroComponents.Style.defaultFontColor
+ property string placeholderColor: MonzeroComponents.Style.defaultFontColor
property real placeholderOpacity: 0.35
property int labelFontSize: 14
property string lineEditBackgroundColor: "transparent"
- property string lineEditFontColor: MoneroComponents.Style.defaultFontColor
+ property string lineEditFontColor: MonzeroComponents.Style.defaultFontColor
property bool lineEditFontBold: false
property int lineEditFontSize: 15
@@ -82,7 +82,7 @@ GridLayout {
return addr + ":" + port;
}
- MoneroComponents.LineEdit {
+ MonzeroComponents.LineEdit {
id: daemonAddr
Layout.fillWidth: true
Layout.minimumWidth: 220
@@ -105,7 +105,7 @@ GridLayout {
text: initialHostPort[1]
}
- MoneroComponents.LineEdit {
+ MonzeroComponents.LineEdit {
id: daemonPort
Layout.fillWidth: true
Layout.minimumWidth: 120