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

This commit is contained in:
Hennadii Stepanov
2021-04-10 14:07:13 +03:00
parent f0fa32450e
commit 4e0613369f

View File

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