fixed MessengerWindow TreeWidget stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-04-22 14:55:25 +00:00
parent c3f8af66e5
commit c79d55a7a7

View File

@ -364,7 +364,9 @@ stop:0 #FEFEFE, stop:1 #E8E8E8);
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #CCCCCC;</string>
<string notr="true">QTreeWidget#messengertreeWidget{
border: 1px solid #CCCCCC;
}</string>
</property>
<property name="iconSize">
<size>
@ -381,9 +383,6 @@ stop:0 #FEFEFE, stop:1 #E8E8E8);
<attribute name="headerShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<attribute name="headerShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>