We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e757823 commit 67d12a6Copy full SHA for 67d12a6
src/qml/pages/node/NodeRunner.qml
@@ -15,25 +15,8 @@ Page {
15
header: NavigationBar {
16
id: navbar
17
}
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
31
- blockHeight: nodeModel.blockTipHeight
32
33
- ProgressIndicator {
34
- width: 200
35
36
- progress: nodeModel.verificationProgress
37
38
+
+ Component.onCompleted: nodeModel.startNodeInitializionThread();
+ BlockClockComponent{}
39
0 commit comments