1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(ui): add vertical spacer to profileform

This commit is contained in:
TriKriSta 2020-03-29 00:36:51 -07:00 committed by Anthony Bilinski
parent 7b7950e7f7
commit c13ede85df
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -441,6 +441,19 @@ Profile does not contain your history.</string>
</layout>
</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>