Set the icon size for the popularity to 19x19.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3941 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-12-27 17:46:12 +00:00
parent 2a2912cabf
commit c54b564436

View File

@ -219,6 +219,12 @@ border-image: url(:/images/closepressed.png)
<property name="editTriggers"> <property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set> <set>QAbstractItemView::NoEditTriggers</set>
</property> </property>
<property name="iconSize">
<size>
<width>19</width>
<height>19</height>
</size>
</property>
<attribute name="headerVisible"> <attribute name="headerVisible">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>