1
0

qml: render reserved channel capacity in a darker tone, take frozen into account

This commit is contained in:
Sander van Grieken
2023-05-11 13:23:23 +02:00
committed by accumulator
parent 4900d01344
commit 2cf4cc1978
5 changed files with 57 additions and 15 deletions

View File

@@ -170,6 +170,10 @@ Pane {
capacity: channeldetails.capacity
localCapacity: channeldetails.localCapacity
remoteCapacity: channeldetails.remoteCapacity
canSend: channeldetails.canSend
canReceive: channeldetails.canReceive
frozenForSending: channeldetails.frozenForSending
frozenForReceiving: channeldetails.frozenForReceiving
}
Label {