Added download label

This commit is contained in:
obscuren
2014-10-02 01:37:23 +02:00
parent 6db40ecb22
commit 5053ec2190
2 changed files with 13 additions and 0 deletions

View File

@@ -303,6 +303,14 @@ ApplicationWindow {
x: statusBar.width / 2 - this.width / 2
width: 160
}
Label {
objectName: "downloadLabel"
y: 7
anchors.left: downloadIndicator.right
anchors.leftMargin: 5
font.pixelSize: 10
text: "0 / 0"
}
RowLayout {