mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
added background stylesheet for frame.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1701 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6c8faff680
commit
ec1f9309b8
@ -27,6 +27,15 @@
|
|||||||
</property>
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QFrame" name="messengerframetop">
|
<widget class="QFrame" name="messengerframetop">
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">#messengerframetop {
|
||||||
|
border: none;
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
|
||||||
|
stop: 0.39999 #717171, stop: 0.4 #626262,
|
||||||
|
stop: 0.9 #4c4c4c, stop: 1 #333333);
|
||||||
|
}</string>
|
||||||
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::StyledPanel</enum>
|
<enum>QFrame::StyledPanel</enum>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user