Resolved issue #421. Warning: unable to set geometry.

(grafted from 23e4638a28750016995eb44de649fcde69095bbd)

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-03-06 14:03:34 +02:00
parent dc162f5085
commit e2a53028de
3 changed files with 9 additions and 2 deletions

View File

@ -18,6 +18,7 @@
- Fixed bug disabling tool True darts. - Fixed bug disabling tool True darts.
- Fixed wrong calculation tool True darts. - Fixed wrong calculation tool True darts.
- [#405] Fixed crash after deleting first pattern piece in the list. - [#405] Fixed crash after deleting first pattern piece in the list.
- [#421] Fixed warning: unable to set geometry.
# Version 0.4.2 February 17, 2016 # Version 0.4.2 February 17, 2016
- Measurement Diagram is not shown on Mac OS X. - Measurement Diagram is not shown on Mac OS X.

View File

@ -7,9 +7,15 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>559</width> <width>559</width>
<height>312</height> <height>320</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>

View File

@ -14,7 +14,7 @@
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>