mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
set a border color for the channel frame
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d83a7118fa
commit
85667a2ae9
@ -447,7 +447,9 @@ p, li { white-space: pre-wrap; }
|
|||||||
<widget class="QFrame" name="frame">
|
<widget class="QFrame" name="frame">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true"> QFrame#frame{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
<string notr="true"> QFrame#frame{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
stop:0 #F2F2F2, stop:1 #E6E6E6);}</string>
|
stop:0 #F2F2F2, stop:1 #E6E6E6);
|
||||||
|
border: 1px solid #CCCCCC;}
|
||||||
|
</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::StyledPanel</enum>
|
<enum>QFrame::StyledPanel</enum>
|
||||||
|
Loading…
Reference in New Issue
Block a user