fixed the stylesheet for the searchLine in channels

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3683 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-18 15:28:05 +00:00
parent a2107c9bfa
commit 6a55d75a86

View File

@ -247,8 +247,6 @@ p, li { white-space: pre-wrap; }
</widget> </widget>
</item> </item>
</layout> </layout>
<zorder>channelpushButton</zorder>
<zorder>postButton</zorder>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
@ -351,7 +349,7 @@ border-image: url(:/images/closepressed.png)
<string>Enter a Keyword here</string> <string>Enter a Keyword here</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QLineEdit#lineEdit{background: transparent; <string notr="true">QLineEdit#searchLine{background: transparent;
border: none;} border: none;}
</string> </string>
</property> </property>