Skip to content

Commit 67d12a6

Browse files
committed
qml: Added BlockClockComponent to NodeRunner.qml
1 parent e757823 commit 67d12a6

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

src/qml/pages/node/NodeRunner.qml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,8 @@ Page {
1515
header: NavigationBar {
1616
id: navbar
1717
}
18-
ColumnLayout {
19-
width: 600
20-
spacing: 0
21-
anchors.centerIn: parent
22-
Component.onCompleted: nodeModel.startNodeInitializionThread();
23-
Image {
24-
Layout.alignment: Qt.AlignCenter
25-
source: "image://images/app"
26-
sourceSize.width: 64
27-
sourceSize.height: 64
28-
}
29-
BlockCounter {
30-
Layout.alignment: Qt.AlignCenter
31-
blockHeight: nodeModel.blockTipHeight
32-
}
33-
ProgressIndicator {
34-
width: 200
35-
Layout.alignment: Qt.AlignCenter
36-
progress: nodeModel.verificationProgress
37-
}
38-
}
18+
19+
Component.onCompleted: nodeModel.startNodeInitializionThread();
20+
21+
BlockClockComponent{}
3922
}

0 commit comments

Comments
 (0)