aboutsummaryrefslogtreecommitdiff
path: root/components/RemoteNodeEdit.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/RemoteNodeEdit.qml
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.gz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.xz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.zip
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
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