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.
2 parents c767837 + b9a9007 commit 07093a1Copy full SHA for 07093a1
src/qml/components/BlockClock.qml
@@ -24,7 +24,6 @@ Item {
24
property alias header: mainText.text
25
property alias headerSize: mainText.font.pixelSize
26
property alias subText: subText.text
27
- property int headerSize: 32
28
property bool connected: nodeModel.numOutboundPeers > 0
29
property bool synced: nodeModel.verificationProgress > 0.999
30
property string syncProgress: formatProgressPercentage(nodeModel.verificationProgress * 100)
0 commit comments