Moved some internal stylesheets to the file Standard.qss.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-28 21:59:08 +00:00
parent dd42738b3c
commit 51e0f5e679
17 changed files with 214 additions and 605 deletions

View file

@ -152,9 +152,6 @@
<height>0</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">b{}</string>
</property>
</widget>
</item>
</layout>
@ -682,12 +679,6 @@ background: white;}</string>
</item>
<item>
<widget class="QTextEdit" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
@ -700,10 +691,6 @@ background: white;}</string>
<property name="toolTip">
<string>Messages entered here are sent to all connected friends</string>
</property>
<property name="styleSheet">
<string notr="true">QTextEdit#lineEdit{border: 1px solid #CCCCCC;
}</string>
</property>
</widget>
</item>
</layout>