diff options
author | randymcmillan <randy.lee.mcmillan@gmail.com> | 2021-04-25 19:03:12 -0400 |
---|---|---|
committer | randymcmillan <randy.lee.mcmillan@gmail.com> | 2021-04-26 19:16:15 -0400 |
commit | e94920a0bb859d557dd978febde0a65d46fabb68 (patch) | |
tree | a2ce808236abe2bd717a3da1c3480de0b096b199 /src/qt/forms/debugwindow.ui | |
parent | c4571a0c39e08c7590bd6da5caebf695dfe028fe (diff) |
qt: peertableview alternating row colors
Diffstat (limited to 'src/qt/forms/debugwindow.ui')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index 13687a6510..61ecea1cac 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -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> |