fixed expanding resizeable

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-02 00:57:55 +00:00
parent af3b78449c
commit dbdfc52cd6

View file

@ -6,10 +6,16 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>560</width> <width>469</width>
<height>82</height> <height>82</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
@ -87,7 +93,7 @@ background: white;}
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>100</width> <width>20</width>
<height>26</height> <height>26</height>
</size> </size>
</property> </property>
@ -185,11 +191,11 @@ background: white;}
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::Fixed</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>398</width> <width>50</width>
<height>17</height> <height>17</height>
</size> </size>
</property> </property>