File tree Expand file tree Collapse file tree 1 file changed +4
-25
lines changed Expand file tree Collapse file tree 1 file changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -15,29 +15,8 @@ Page {
15
15
header: NavigationBar {
16
16
id: navbar
17
17
}
18
- ColumnLayout {
19
- spacing: 0
20
- anchors .fill : parent
21
- ColumnLayout {
22
- width: 600
23
- spacing: 0
24
- anchors .centerIn : parent
25
- Component .onCompleted : nodeModel .startNodeInitializionThread ();
26
- Image {
27
- Layout .alignment : Qt .AlignCenter
28
- source: " image://images/app"
29
- sourceSize .width : 64
30
- sourceSize .height : 64
31
- }
32
- BlockCounter {
33
- Layout .alignment : Qt .AlignCenter
34
- blockHeight: nodeModel .blockTipHeight
35
- }
36
- ProgressIndicator {
37
- width: 200
38
- Layout .alignment : Qt .AlignCenter
39
- progress: nodeModel .verificationProgress
40
- }
41
- }
42
- }
18
+
19
+ Component .onCompleted : nodeModel .startNodeInitializionThread ();
20
+
21
+ BlockClockComponent{}
43
22
}
You can’t perform that action at this time.
0 commit comments