set Border color for all feed item's to black

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1666 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-09-21 14:59:33 +00:00
parent 933f76d724
commit 10f5f474e2
5 changed files with 96 additions and 100 deletions

View file

@ -29,7 +29,8 @@
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame{border: 2px solid black;}</string>
<string notr="true">QFrame#frame{border: 2px solid black;
background: white;}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>