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 cd5527f commit 6bedd3dCopy full SHA for 6bedd3d
src/qml/components/BlockCounter.qml
@@ -18,6 +18,6 @@ Label {
18
verticalAlignment: Text.AlignVCenter
19
font.family: "Inter"
20
font.styleName: "Semi Bold"
21
- font.pixelSize: height / 3
+ font.pixelSize: 20
22
text: blockHeight
23
}
src/qml/pages/stub.qml
@@ -29,7 +29,6 @@ ApplicationWindow {
29
BitcoinCoreComponents.BlockCounter {
30
id: blockCounter
31
anchors.centerIn: parent
32
- height: parent.height / 3
33
blockHeight: nodeModel.blockTipHeight
34
35
0 commit comments