UpdateInfo: Fix unneeded scroll bar in options page

The vertical spacer at the bottom had a large minimum size, which made
it require a scroll bar for something that is not even visibly doing
anything.

Change-Id: I66170ceaf0a05b71f103eea518084b6ec6e5f38f
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Eike Ziller
2018-12-18 10:07:48 +01:00
parent 6247b24392
commit b341134bc7

View File

@@ -135,12 +135,6 @@
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>233</height>
</size>
</property>
</spacer>
</item>
</layout>