[Part] remove unnecessary vertical whitespace in dialogs

on smaller screens it is very annoying that the Part dialogs have too much vertical whitespace.

This PR gets rid of some unnecessary whitespace.
This commit is contained in:
donovaly
2020-10-25 02:03:45 +01:00
committed by wmayer
parent 49a94ca14b
commit 6498795b50
2 changed files with 5 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>360</width>
<height>380</height>
<height>294</height>
</rect>
</property>
<property name="windowTitle">
@@ -2348,19 +2348,6 @@
</item>
</layout>
</item>
<item row="1" column="0">
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_regularPolygon">

View File

@@ -125,10 +125,13 @@
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>127</height>
<height>20</height>
</size>
</property>
</spacer>