Merge pull request #2346 from lemondrops/bugfix/_8514_checkbox

Fix the incorrect position of the 8514/A checkbox on the Display settings page
This commit is contained in:
David Hrdlička
2022-05-18 16:47:57 +02:00
committed by GitHub

View File

@@ -63,14 +63,14 @@
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="checkBox8514">
<property name="text">
<string>8514/A</string>
</property>
</widget>
</item>
<item row="2" column="0">
<item row="3" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>