gui: use available space to display "Last Transaction" in peer details

This commit is contained in:
Jon Atack 2022-01-20 23:42:07 +01:00
parent 6cd132d380
commit 9fbd1bb7fa
No known key found for this signature in database
GPG key ID: 796C4109063D4EAF

View file

@ -1355,10 +1355,10 @@
<item row="13" column="0">
<widget class="QLabel" name="peerLastTxLabel">
<property name="toolTip">
<string>Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string>
<string extracomment="Tooltip text for the Last Transaction field in the peer details area.">Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string>
</property>
<property name="text">
<string>Last Tx</string>
<string>Last Transaction</string>
</property>
</widget>
</item>