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 0e01340 commit 932622eCopy full SHA for 932622e
src/qml/components/BlockClock.qml
@@ -13,7 +13,6 @@ import "../controls"
13
Item {
14
id: root
15
16
- Layout.alignment: Qt.AlignCenter
17
implicitWidth: 200
18
implicitHeight: 200
19
src/qml/pages/node/NodeRunner.qml
@@ -18,7 +18,15 @@ Page {
Component.onCompleted: nodeModel.startNodeInitializionThread();
20
21
- BlockClock {
+ ColumnLayout {
22
+ spacing: 30
23
anchors.centerIn: parent
24
+ BlockClock {
25
+ id: blockClock
26
+ Layout.alignment: Qt.AlignCenter
27
+ }
28
+ NetworkIndicator {
29
30
31
}
32
0 commit comments