mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
gui: use available space to display "Last Transaction" in peer details
This commit is contained in:
parent
6cd132d380
commit
9fbd1bb7fa
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue