mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-27 23:37:32 +02:00
qt: Elide long strings in their middle in the Peers tab
This commit is contained in:
@@ -923,9 +923,15 @@
|
||||
<property name="tabKeyNavigation">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="textElideMode">
|
||||
<enum>Qt::ElideMiddle</enum>
|
||||
</property>
|
||||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<attribute name="horizontalHeaderHighlightSections">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
|
Reference in New Issue
Block a user