]> git.lyx.org Git - lyx.git/commitdiff
Transition to QTreeView in module list was not finished.
authorPavel Sanda <sanda@lyx.org>
Thu, 25 Nov 2010 00:09:49 +0000 (00:09 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 25 Nov 2010 00:09:49 +0000 (00:09 +0000)
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

src/frontends/qt4/ui/ModulesUi.ui

index 9ed6d29bbad973030ee0404d9527dc12ae9414a0..433b3d3cf00a96cad481a82cea4d6bd842bf30e9 100644 (file)
         </widget>
        </item>
        <item>
-        <widget class="QTreeView" name="availableLV" />
+        <widget class="QTreeView" name="availableLV" >
+         <property name="rootIsDecorated" >
+          <bool>false</bool>
+         </property>
+        </widget>
        </item>
       </layout>
      </item>