File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -40,27 +40,11 @@ ApplicationWindow {
40
40
Page {
41
41
anchors .fill : parent
42
42
background: null
43
- ColumnLayout {
44
- width: 600
45
- spacing: 0
46
- anchors .centerIn : parent
47
- Component .onCompleted : nodeModel .startNodeInitializionThread ();
48
- Image {
49
- Layout .alignment : Qt .AlignCenter
50
- source: " image://images/app"
51
- sourceSize .width : 64
52
- sourceSize .height : 64
53
- }
54
- BlockCounter {
55
- Layout .alignment : Qt .AlignCenter
56
- blockHeight: nodeModel .blockTipHeight
57
- }
58
- ProgressIndicator {
59
- width: 200
60
- Layout .alignment : Qt .AlignCenter
61
- progress: nodeModel .verificationProgress
62
- }
63
- }
43
+
44
+ Component .onCompleted : nodeModel .startNodeInitializionThread ();
45
+
46
+ BlockClockComponent {}
47
+
64
48
}
65
49
}
66
50
}
You can’t perform that action at this time.
0 commit comments