aboutsummaryrefslogtreecommitdiffstats
path: root/mist/assets
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-02 07:37:23 +0800
committerobscuren <geffobscura@gmail.com>2014-10-02 07:37:23 +0800
commit5053ec21902727864d77664556fee144514bfa85 (patch)
tree0a011c5d882064abf2a781dc2bd2a1628bd68bf7 /mist/assets
parent6db40ecb22c28a777f4ab1cd4de5a12e41ac669d (diff)
downloadgo-tangerine-5053ec21902727864d77664556fee144514bfa85.tar.gz
go-tangerine-5053ec21902727864d77664556fee144514bfa85.tar.zst
go-tangerine-5053ec21902727864d77664556fee144514bfa85.zip
Added download label
Diffstat (limited to 'mist/assets')
-rw-r--r--mist/assets/qml/main.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/mist/assets/qml/main.qml b/mist/assets/qml/main.qml
index 0ee063f17..b39c0ef0e 100644
--- a/mist/assets/qml/main.qml
+++ b/mist/assets/qml/main.qml
@@ -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 {