Skip to content

Commit 4e06133

Browse files
committed
qt: Elide long strings in their middle in the Peers tab
1 parent f0fa324 commit 4e06133

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,9 +923,15 @@
923923
<property name="tabKeyNavigation">
924924
<bool>false</bool>
925925
</property>
926+
<property name="textElideMode">
927+
<enum>Qt::ElideMiddle</enum>
928+
</property>
926929
<property name="sortingEnabled">
927930
<bool>true</bool>
928931
</property>
932+
<property name="wordWrap">
933+
<bool>false</bool>
934+
</property>
929935
<attribute name="horizontalHeaderHighlightSections">
930936
<bool>false</bool>
931937
</attribute>

0 commit comments

Comments
 (0)