1
0

qml: some fixes for gossip mode channel open. add kangaroo icon to channeldelegate

This commit is contained in:
Sander van Grieken
2022-07-22 15:51:26 +02:00
parent 93392b8917
commit b858336d5e
4 changed files with 46 additions and 14 deletions

View File

@@ -43,6 +43,16 @@ ItemDelegate {
Layout.preferredHeight: constants.iconSizeLarge
opacity: _closed ? 0.5 : 1.0
Image {
visible: model.is_trampoline
source: "../../../icons/kangaroo.png"
anchors {
right: parent.right
bottom: parent.bottom
}
width: parent.width * 2/3
height: parent.height * 2/3
}
}
RowLayout {