qt: Elide long strings in their middle in the Peers tab

pull/826/head
Hennadii Stepanov 4 years ago
parent f0fa32450e
commit 4e0613369f
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -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>

Loading…
Cancel
Save