[TD]add missing vertical spacer to ui

This commit is contained in:
Wanderer Fan
2022-06-06 19:42:49 -04:00
committed by WandererFan
parent f31544dca8
commit d0323e13c1
4 changed files with 58 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>307</width>
<height>279</height>
<height>328</height>
</rect>
</property>
<property name="windowTitle">
@@ -358,6 +358,19 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>

View File

@@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>250</width>
<height>352</height>
<height>454</height>
</rect>
</property>
<property name="sizePolicy">
@@ -371,6 +371,19 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>489</width>
<height>611</height>
<height>675</height>
</rect>
</property>
<property name="sizePolicy">
@@ -728,6 +728,19 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources>

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>304</width>
<height>264</height>
<height>321</height>
</rect>
</property>
<property name="sizePolicy">
@@ -215,7 +215,7 @@
</property>
</widget>
</item>
<item row="3" column="2">
<item row="3" column="2">
<widget class="QComboBox" name="cbScaleType">
<property name="toolTip">
<string>Page: scale factor of page is used
@@ -289,7 +289,20 @@ Custom: custom scale factor is used</string>
</property>
</widget>
</item>
</layout>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>