mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 05:38:51 -04:00
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:
parent
c3f8af66e5
commit
c79d55a7a7
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue