changed Background color of the Channel Msg item

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-14 14:08:46 +00:00
parent 0b8cb7b287
commit ae4d69eba6

View File

@ -30,7 +30,8 @@
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QFrame#frame{border: 3px solid #D3D3D3; <string notr="true">QFrame#frame{border: 3px solid #D3D3D3;
background: white; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FFFFFF, stop:1 #F2F2F2);;
border-radius: 10px;}</string> border-radius: 10px;}</string>
</property> </property>
<property name="frameShape"> <property name="frameShape">
@ -244,6 +245,8 @@ p, li { white-space: pre-wrap; }
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>