good morning!!!!

Skip to content
Snippets Groups Projects
Commit 384305f4 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Fixed QML errors

parent 4d49d7b5
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ Rectangle {
anchors {
left: root.left
right: root.right
top: sizeGrip.bottom
bottom: root.bottom
}
......
......@@ -19,9 +19,6 @@ Rectangle {
id: lastBlockLabel
objectName: "lastBlockLabel"
text: "---"
font.pixelSize: 10
anchors.right: peerGroup.left
anchors.rightMargin: 5
onTextChanged: {
//menuItem.secondaryTitle = text
}
......
......@@ -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
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment