diff --git a/res/ui/community_tab.ui b/res/ui/community_tab.ui index 2155cb19d28a26dc22fb23ba899e8c8d43c6f353..357db655d70e47599331f4609bba2cfdf9fa0ea4 100644 --- a/res/ui/community_tab.ui +++ b/res/ui/community_tab.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>421</width> + <width>431</width> <height>369</height> </rect> </property> @@ -47,6 +47,9 @@ <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> <property name="sortingEnabled"> <bool>true</bool> </property> diff --git a/res/ui/transactions_tab.ui b/res/ui/transactions_tab.ui index 5cd0f97af00db657bf62772918b8c02d236dad2c..d61b34cdd48b1ff9f6b34832899252ed1a157ab7 100644 --- a/res/ui/transactions_tab.ui +++ b/res/ui/transactions_tab.ui @@ -48,6 +48,12 @@ <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="showGrid"> + <bool>true</bool> + </property> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> diff --git a/res/ui/wallets_tab.ui b/res/ui/wallets_tab.ui index d7bca00f034417ce1ada008a8082a01c9827b5bd..f896dc71372d05c3799d8f9830d046d61c891ca6 100644 --- a/res/ui/wallets_tab.ui +++ b/res/ui/wallets_tab.ui @@ -92,6 +92,9 @@ QGroupBox::title { <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property>