Transition to QTreeView in module list was not finished.

Hide the tree decoration from users now, visually we are back at QListView.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36462 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-25 00:09:49 +00:00
parent 7e2d396770
commit 4c39b9d84e

View File

@ -65,7 +65,11 @@
</widget>
</item>
<item>
<widget class="QTreeView" name="availableLV" />
<widget class="QTreeView" name="availableLV" >
<property name="rootIsDecorated" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>