Skip to content

Commit b9a9007

Browse files
committed
qml: Remove duplicate property in BlockClock
1 parent c767837 commit b9a9007

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)