Skip to content

Commit

Permalink
Merge #298: Peertableview alternating row colors
Browse files Browse the repository at this point in the history
e94920a qt: peertableview alternating row colors (randymcmillan)

Pull request description:

  peers-tab: enable alternating row colors for peer table and banned table

ACKs for top commit:
  Bosch-0:
    tACK e94920a on Windows 10 - works as intended. Before / after below:
  jarolrod:
    tACK e94920a

Tree-SHA512: 05ba18e1db9700bbd68644fe02292409f4e5c52e301b1b2977c335d1ff16456a93fb0b15c8c8385d1b15f648141341990706d530f6b08ecb33098fa941b9af1f
  • Loading branch information
hebasto committed Apr 30, 2021
2 parents 2b45cf0 + e94920a commit 13f24d1
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,6 +923,9 @@
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="textElideMode">
<enum>Qt::ElideMiddle</enum>
</property>
Expand Down Expand Up @@ -984,6 +987,9 @@
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 13f24d1

Please sign in to comment.