mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 13:47:25 -04:00
settings-node: change element id 'btnStopNode' to 'btnStartStopNode'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user