Skip to content

Commit

Permalink
qt: peertableview alternating row colors
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Apr 26, 2021
1 parent c4571a0 commit e94920a
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 e94920a

Please sign in to comment.