fixed the icon size for the popularity icons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-12-25 15:48:36 +00:00
parent 404dfd0cbc
commit 304bbf55cf

View File

@ -748,6 +748,12 @@ p, li { white-space: pre-wrap; }
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="iconSize">
<size>
<width>19</width>
<height>19</height>
</size>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>