diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-02 07:37:23 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-02 07:37:23 +0800 |
commit | 5053ec21902727864d77664556fee144514bfa85 (patch) | |
tree | 0a011c5d882064abf2a781dc2bd2a1628bd68bf7 /mist/assets/qml/main.qml | |
parent | 6db40ecb22c28a777f4ab1cd4de5a12e41ac669d (diff) | |
download | dexon-5053ec21902727864d77664556fee144514bfa85.tar dexon-5053ec21902727864d77664556fee144514bfa85.tar.gz dexon-5053ec21902727864d77664556fee144514bfa85.tar.bz2 dexon-5053ec21902727864d77664556fee144514bfa85.tar.lz dexon-5053ec21902727864d77664556fee144514bfa85.tar.xz dexon-5053ec21902727864d77664556fee144514bfa85.tar.zst dexon-5053ec21902727864d77664556fee144514bfa85.zip |
Added download label
Diffstat (limited to 'mist/assets/qml/main.qml')
-rw-r--r-- | mist/assets/qml/main.qml | 8 |
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 { |