[TD] vertex dialog: fix vertical size

there was too much vertical whitespace below the actual dialog
-> remove superfluous spacer and correct size policy
This commit is contained in:
donovaly
2020-03-29 03:23:50 +02:00
committed by WandererFan
parent ce5746f9d7
commit d235f35869

View File

@@ -7,11 +7,11 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>200</height>
<height>167</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -176,19 +176,6 @@
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>17</width>
<height>24</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>