mirror of https://github.com/status-im/op-geth.git
Fixed QML errors
This commit is contained in:
parent
4d49d7b5a6
commit
384305f4aa
|
@ -137,7 +137,6 @@ Rectangle {
|
||||||
anchors {
|
anchors {
|
||||||
left: root.left
|
left: root.left
|
||||||
right: root.right
|
right: root.right
|
||||||
top: sizeGrip.bottom
|
|
||||||
bottom: root.bottom
|
bottom: root.bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,6 @@ Rectangle {
|
||||||
id: lastBlockLabel
|
id: lastBlockLabel
|
||||||
objectName: "lastBlockLabel"
|
objectName: "lastBlockLabel"
|
||||||
text: "---"
|
text: "---"
|
||||||
font.pixelSize: 10
|
|
||||||
anchors.right: peerGroup.left
|
|
||||||
anchors.rightMargin: 5
|
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
//menuItem.secondaryTitle = text
|
//menuItem.secondaryTitle = text
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,10 +18,8 @@ Rectangle {
|
||||||
Label {
|
Label {
|
||||||
objectName: "balanceLabel"
|
objectName: "balanceLabel"
|
||||||
visible: false
|
visible: false
|
||||||
font.pixelSize: 10
|
|
||||||
anchors.right: lastBlockLabel.left
|
|
||||||
anchors.rightMargin: 5
|
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
|
balance.text = text
|
||||||
menuItem.secondaryTitle = text
|
menuItem.secondaryTitle = text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue