Skip to content

Commit

Permalink
Merge pull request #13094 from acolombier/fix/missing-spacer-dlg
Browse files Browse the repository at this point in the history
fix: add missing spacer in interface preference
  • Loading branch information
ronso0 authored Apr 15, 2024
2 parents 658477d + bf3e814 commit 74cee25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/preferences/dialog/dlgprefinterfacedlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,19 @@
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</spacer>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
Expand Down

0 comments on commit 74cee25

Please sign in to comment.