set default Font size 9 pixel to the TreeWidget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3550 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-09-28 11:31:18 +00:00
parent 797a270b0e
commit 6af91da0cf

View File

@ -673,6 +673,14 @@ p, li { white-space: pre-wrap; }
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>9</pointsize>
<stylestrategy>PreferAntialias</stylestrategy>
<kerning>true</kerning>
</font>
</property>
<property name="contextMenuPolicy"> <property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum> <enum>Qt::CustomContextMenu</enum>
</property> </property>