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:
defnax 2009-09-30 14:41:38 +00:00
parent 6c8faff680
commit ec1f9309b8

View File

@ -27,6 +27,15 @@
</property>
<item row="0" column="0">
<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">
<enum>QFrame::StyledPanel</enum>
</property>