shorten placement dialog height so there is not so much scrolling required

This commit is contained in:
mwganson
2018-10-09 14:41:32 -05:00
committed by wmayer
parent 404f9e019d
commit e1c18f0153

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>277</width>
<height>474</height>
<height>427</height>
</rect>
</property>
<property name="sizePolicy">
@@ -371,20 +371,20 @@
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="applyIncrementalPlacement">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Apply incremental changes to object placement</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="applyIncrementalPlacement">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Apply incremental changes</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
@@ -398,13 +398,6 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="applyButton">
<property name="text">
<string>Apply</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetButton">
<property name="text">
@@ -414,7 +407,7 @@
</item>
</layout>
</item>
<item row="5" column="0" colspan="2">
<item row="4" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer>
@@ -446,6 +439,13 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="applyButton">
<property name="text">
<string>Apply</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>