Removed fix height of header frame in FriendsDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8544 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-06-23 14:31:27 +00:00
parent 5a53927b44
commit 2d26a329c6

View File

@ -94,18 +94,6 @@
</property> </property>
<item> <item>
<widget class="QFrame" name="headFrame"> <widget class="QFrame" name="headFrame">
<property name="minimumSize">
<size>
<width>0</width>
<height>70</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>70</height>
</size>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true"/> <string notr="true"/>
</property> </property>
@ -152,12 +140,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Edit status message</string> <string>Edit status message</string>
</property> </property>