config.ui: tab_general: tweak grid layout

This commit is contained in:
Peter Fajdiga
2023-06-02 11:37:06 +02:00
parent 519db41c2a
commit a56477606e

View File

@@ -15,7 +15,7 @@
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QGridLayout" name="layout_tab_general">
<layout class="QGridLayout" name="layout_tab_general" columnstretch="0,1">
<item row="0" column="0">
<widget class="QLabel" name="label_gapsOuterTop">
<property name="text">
@@ -215,6 +215,14 @@
</property>
</widget>
</item>
<item row="9" column="0" colspan="2">
<spacer name="bottomSpacer_tab_general">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_windowRules">