forked from qt-creator/qt-creator
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user