Skip to content

Commit acd2ef4

Browse files
committed
Merge bitcoin-core/gui-qml#473: qml: Remove duplicate property in BlockClock
cc03c94 qml: Remove duplicate property in BlockClock (johnny9) Pull request description: ACKs for top commit: hebasto: ACK cc03c94. Tree-SHA512: c65e4505c944c76bb0c51eb2ad1ee99d3806bbd61e219bf1c10aacc118cb60d3427c17953d7df47d95fcc1ee481380cc171d9effcf09fde3cb52c4f5bdc5b866
2 parents 31e720a + cc03c94 commit acd2ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qml/components/BlockClock.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Item {
2424
property alias header: mainText.text
2525
property alias headerSize: mainText.font.pixelSize
2626
property alias subText: subText.text
27-
property int headerSize: 32
2827
property bool connected: nodeModel.numOutboundPeers > 0
2928
property bool synced: nodeModel.verificationProgress > 0.999
3029
property string syncProgress: formatProgressPercentage(nodeModel.verificationProgress * 100)

0 commit comments

Comments
 (0)