Use 16x16 icons in the file view instead of 22x22. Fixes issue 2852

This commit is contained in:
Martin Spacek 2012-04-13 14:19:06 +01:00 committed by David Sansome
parent 3f87987177
commit 77789aba41

@ -102,6 +102,12 @@
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
</layout>