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 01b3909Copy full SHA for 01b3909
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,14 @@ Page {
Component.onCompleted: nodeModel.startNodeInitializionThread();
20
21
- BlockClock {
+ ColumnLayout {
22
+ spacing: 30
23
anchors.centerIn: parent
24
+ BlockClock {
25
+ Layout.alignment: Qt.AlignCenter
26
+ }
27
+ NetworkIndicator {
28
29
30
}
31
0 commit comments