ui: Select rows instead if items in the index tree view

This fixes non-native looking tree view selection on Windows.
This commit is contained in:
Oleg Shparber
2016-01-27 23:28:00 -05:00
parent d37dbae1d4
commit 601da85cd8
-3
View File
@@ -109,9 +109,6 @@ QFrame#searchEditFrame, QFrame#tabBarFrame {
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectItems</enum>
</property>
<property name="indentation">
<number>10</number>
</property>