insert a spacer in the GUI options tab

This commit is contained in:
Volker Fischer 2020-07-09 20:21:03 +02:00
parent d4a8875c8b
commit 0a0de6edc2
1 changed files with 13 additions and 0 deletions

View File

@ -272,6 +272,19 @@
</property>
</widget>
</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>
</widget>