mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
settings-node: change element id 'btnStopNode' to 'btnStartStopNode'
This commit is contained in:
parent
808ecf57ac
commit
42a9e2fe35
1 changed files with 3 additions and 3 deletions
|
@ -382,14 +382,14 @@ Rectangle{
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: rectStopNode
|
id: rectStartStopNode
|
||||||
color: MoneroComponents.Style.buttonBackgroundColor
|
color: MoneroComponents.Style.buttonBackgroundColor
|
||||||
width: btnStopNode.width + 40
|
width: btnStartStopNode.width + 40
|
||||||
height: 24
|
height: 24
|
||||||
radius: 2
|
radius: 2
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: btnStopNode
|
id: btnStartStopNode
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
|
|
Loading…
Reference in a new issue