mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
qt: Elide long strings in their middle in the Peers tab
This commit is contained in:
parent
f0fa32450e
commit
4e0613369f
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue