Skip to content

Commit 0de1d1d

Browse files
author
Alexandre Van de Sande
committed
removed status bar code
1 parent a22711a commit 0de1d1d

File tree

1 file changed

+0
-73
lines changed

1 file changed

+0
-73
lines changed

cmd/mist/assets/qml/main.qml

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -249,79 +249,6 @@ ApplicationWindow {
249249
}
250250
}
251251

252-
statusBar: StatusBar {
253-
//height: 32
254-
visible: false
255-
256-
id: statusBar
257-
Label {
258-
//y: 6
259-
id: walletValueLabel
260-
261-
font.pixelSize: 10
262-
styleColor: "#797979"
263-
}
264-
265-
/*
266-
Label {
267-
//y: 6
268-
objectName: "miningLabel"
269-
visible: true
270-
font.pixelSize: 10
271-
anchors.right: lastBlockLabel.left
272-
anchors.rightMargin: 5
273-
}
274-
275-
Label {
276-
id: lastBlockLabel
277-
objectName: "lastBlockLabel"
278-
visible: true
279-
text: "---"
280-
font.pixelSize: 10
281-
anchors.right: peerGroup.left
282-
anchors.rightMargin: 5
283-
}
284-
*/
285-
286-
ProgressBar {
287-
visible: false
288-
id: downloadIndicator
289-
value: 0
290-
objectName: "downloadIndicator"
291-
y: -4
292-
x: statusBar.width / 2 - this.width / 2
293-
width: 160
294-
}
295-
296-
Label {
297-
visible: false
298-
objectName: "downloadLabel"
299-
//y: 7
300-
anchors.left: downloadIndicator.right
301-
anchors.leftMargin: 5
302-
font.pixelSize: 10
303-
text: "0 / 0"
304-
}
305-
306-
307-
RowLayout {
308-
id: peerGroup
309-
//y: 7
310-
anchors.right: parent.right
311-
MouseArea {
312-
onDoubleClicked: peerWindow.visible = true
313-
anchors.fill: parent
314-
}
315-
316-
Label {
317-
id: peerCounterLabel
318-
font.pixelSize: 10
319-
text: "0 / 0"
320-
}
321-
}
322-
}
323-
324-
325252
property var blockModel: ListModel {
326253
id: blockModel
327254
}

0 commit comments

Comments
 (0)