Fixed QML errors

This commit is contained in:
obscuren 2015-02-13 18:33:08 +01:00
parent 4d49d7b5a6
commit 384305f4aa
3 changed files with 1 additions and 7 deletions

View File

@ -137,7 +137,6 @@ Rectangle {
anchors {
left: root.left
right: root.right
top: sizeGrip.bottom
bottom: root.bottom
}

View File

@ -19,9 +19,6 @@ Rectangle {
id: lastBlockLabel
objectName: "lastBlockLabel"
text: "---"
font.pixelSize: 10
anchors.right: peerGroup.left
anchors.rightMargin: 5
onTextChanged: {
//menuItem.secondaryTitle = text
}

View File

@ -18,10 +18,8 @@ Rectangle {
Label {
objectName: "balanceLabel"
visible: false
font.pixelSize: 10
anchors.right: lastBlockLabel.left
anchors.rightMargin: 5
onTextChanged: {
balance.text = text
menuItem.secondaryTitle = text
}
}