diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 83aba71a..466bd7bd 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1224,6 +1224,9 @@ p, li { white-space: pre-wrap; } <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> + <property name="uniformItemSizes"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -1316,6 +1319,9 @@ p, li { white-space: pre-wrap; } <property name="indentation"> <number>0</number> </property> + <property name="uniformRowHeights"> + <bool>true</bool> + </property> <property name="itemsExpandable"> <bool>false</bool> </property> @@ -1538,6 +1544,9 @@ p, li { white-space: pre-wrap; } <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> <property name="rootIsDecorated"> <bool>false</bool> </property> |
