Skip to content

Commit

Permalink
fix: add missing spacer in interface preference
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Apr 13, 2024
1 parent bee7674 commit bf3e814
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 bf3e814

Please sign in to comment.