From d6403400bc7fab33f08b829cddbacd60a4d4dd08 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Wed, 12 Apr 2023 14:32:02 +0200 Subject: [PATCH] qml: remove leftover commented code --- electrum/gui/qml/components/ChannelDetails.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/electrum/gui/qml/components/ChannelDetails.qml b/electrum/gui/qml/components/ChannelDetails.qml index 435c68dcd..1cef67ffe 100644 --- a/electrum/gui/qml/components/ChannelDetails.qml +++ b/electrum/gui/qml/components/ChannelDetails.qml @@ -36,13 +36,10 @@ Pane { width: parent.width Heading { - // Layout.columnSpan: 2 text: !channeldetails.isBackup ? qsTr('Lightning Channel') : qsTr('Channel Backup') } GridLayout { - // id: rootLayout - // width: parent.width Layout.fillWidth: true columns: 2