changend Login Dialogs's background color.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1673 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-09-22 23:15:06 +00:00
parent bc8d21cf03
commit 0bb721fc38

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>244</width> <width>244</width>
<height>529</height> <height>532</height>
</rect> </rect>
</property> </property>
<property name="palette"> <property name="palette">
@ -441,7 +441,7 @@
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">.QWidget { <string notr="true">.QWidget {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 lightgray, stop:1 darkgray); stop:0 #ECECEC, stop:1 #E0E0E0);
}</string> }</string>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">