mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
set background stylesheet for each QTreeView
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1866 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b6c048a5fd
commit
1d567a7faa
@ -728,7 +728,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">#remoteDirTreeView{border: 1px solid #CCCCCC;}</string>
|
<string notr="true">#remoteDirTreeView{border: 1px solid #CCCCCC;
|
||||||
|
background: white;}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="dragEnabled">
|
<property name="dragEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -778,7 +779,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">#localDirTreeView{border: 1px solid #CCCCCC;}</string>
|
<string notr="true">#localDirTreeView{border: 1px solid #CCCCCC;
|
||||||
|
background: white;}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="dragEnabled">
|
<property name="dragEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
Loading…
Reference in New Issue
Block a user