mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
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:
parent
404dfd0cbc
commit
304bbf55cf
1 changed files with 6 additions and 0 deletions
|
@ -748,6 +748,12 @@ p, li { white-space: pre-wrap; }
|
||||||
<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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue