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