Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(ui): add vertical spacer to profileform
Browse files Browse the repository at this point in the history
  • Loading branch information
TriKriSta authored and anthonybilinski committed Apr 13, 2020
1 parent 7b7950e commit c13ede8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/widget/form/profileform.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c13ede8

Please sign in to comment.