mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user