Skip to content

Commit

Permalink
qt: Elide long strings in their middle in the Peers tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 10, 2021
1 parent f0fa324 commit 4e06133
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/qt/forms/debugwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4e06133

Please sign in to comment.