Skip to content

Commit 07093a1

Browse files
committed
Merge #473: qml: Remove duplicate property in BlockClock
b9a9007 qml: Remove duplicate property in BlockClock (johnny9) Pull request description: ACKs for top commit: hebasto: ACK b9a9007. Tree-SHA512: c65e4505c944c76bb0c51eb2ad1ee99d3806bbd61e219bf1c10aacc118cb60d3427c17953d7df47d95fcc1ee481380cc171d9effcf09fde3cb52c4f5bdc5b866
2 parents c767837 + b9a9007 commit 07093a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/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)