remove unnecessary whitespace from general sketcher dialog

There is too much whitespace, see https://forum.freecadweb.org/viewtopic.php?t=37935&p=324176
This commit is contained in:
donovaly
2019-09-23 02:00:40 +02:00
committed by wmayer
parent f083696b99
commit d85c82be95

View File

@@ -122,7 +122,7 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.<
<item>
<widget class="QListWidget" name="renderingOrder">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -136,12 +136,18 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.<
<property name="toolTip">
<string>To change, drag and drop a geometry type to top or bottom</string>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="resizeMode">
<enum>QListView::Fixed</enum>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>