aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/settings/SettingsNode.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/settings/SettingsNode.qml b/pages/settings/SettingsNode.qml
index f6ef7e08..b690c70e 100644
--- a/pages/settings/SettingsNode.qml
+++ b/pages/settings/SettingsNode.qml
@@ -382,14 +382,14 @@ Rectangle{
Layout.preferredWidth: parent.width
Rectangle {
- id: rectStopNode
+ id: rectStartStopNode
color: MoneroComponents.Style.buttonBackgroundColor
- width: btnStopNode.width + 40
+ width: btnStartStopNode.width + 40
height: 24
radius: 2
Text {
- id: btnStopNode
+ id: btnStartStopNode
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
color: MoneroComponents.Style.defaultFontColor