forked from qt-creator/qt-creator
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user