Browse Source

fix(ui): add vertical spacer to profileform

reviewable/pr6047/r2
TriKriSta 5 years ago committed by Anthony Bilinski
parent
commit
c13ede85df
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 13
      src/widget/form/profileform.ui

13
src/widget/form/profileform.ui

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

Loading…
Cancel
Save