mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
2a2912cabf
commit
c54b564436
@ -219,6 +219,12 @@ border-image: url(:/images/closepressed.png)
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user