qml: remove leftover commented code
This commit is contained in:
@@ -36,13 +36,10 @@ Pane {
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
Heading {
|
Heading {
|
||||||
// Layout.columnSpan: 2
|
|
||||||
text: !channeldetails.isBackup ? qsTr('Lightning Channel') : qsTr('Channel Backup')
|
text: !channeldetails.isBackup ? qsTr('Lightning Channel') : qsTr('Channel Backup')
|
||||||
}
|
}
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
// id: rootLayout
|
|
||||||
// width: parent.width
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
columns: 2
|
columns: 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user