1
0

qml: remove leftover commented code

This commit is contained in:
Sander van Grieken
2023-04-12 14:32:02 +02:00
parent 1a263b46be
commit d6403400bc

View File

@@ -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