Mac: Fix "New" dialog resize problem.

The "fixed" size policy was leading to strange behavior (QTBUG-28041),
but I also don't see a reason for the dialog to have fixed size as
long as it has a sensible size at pop up.

Task-number: QTCREATORBUG-8171
Change-Id: I17a8db4adfe7872f68d0ce1f70b641fbf6b780ab
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Eike Ziller
2012-11-16 13:18:09 +01:00
parent f8146588f9
commit e758f938ef

View File

@@ -10,12 +10,6 @@
<height>520</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>