mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-02 03:16:18 -05:00
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:
parent
0b8cb7b287
commit
ae4d69eba6
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user