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 12, 2024
1 parent bee7674 commit 0aa24da
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/preferences/dialog/dlgprefinterfacedlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
</property>
</widget>
</item>

<item>
<widget class="QComboBox" name="ComboBoxSchemeconf">
<property name="sizePolicy">
Expand All @@ -69,7 +68,6 @@
</property>
</widget>
</item>

<item>
<widget class="QLabel" name="skinDescriptionText">
<property name="sizePolicy">
Expand All @@ -89,7 +87,6 @@
</property>
</widget>
</item>

<item>
<widget class="QLabel" name="warningLabel">
<property name="text">
Expand All @@ -100,7 +97,6 @@
</property>
</widget>
</item>

<item>
<widget class="QLabel" name="skinPreviewLabel">
<property name="text">
Expand All @@ -111,14 +107,12 @@
</layout>
</widget>
</item>

<item>
<widget class="QGroupBox" name="groupBoxMiscOptions">
<property name="title">
<string>Miscellaneous</string>
</property>
<layout class="QGridLayout" name="gridLayout_Misc">

<item row="0" column="0">
<widget class="QLabel" name="textLabelLocale">
<property name="text">
Expand All @@ -136,7 +130,6 @@
</property>
</widget>
</item>

<item row="1" column="0">
<widget class="QLabel" name="labelScaleFactor">
<property name="text">
Expand Down Expand Up @@ -258,7 +251,6 @@
</item>
</layout>
</item>

<item row="4" column="0">
<widget class="QLabel" name="label">
<property name="text">
Expand All @@ -282,6 +274,19 @@
</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>
<layoutdefault spacing="6" margin="11"/>
Expand Down

0 comments on commit 0aa24da

Please sign in to comment.