0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

qt: peertableview alternating row colors

This commit is contained in:
randymcmillan 2021-04-25 19:03:12 -04:00
parent c4571a0c39
commit e94920a0bb
No known key found for this signature in database
GPG key ID: 97966C06BB06757B

View file

@ -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>
@ -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>