package/contents/ui: add footer spacer to take up excess space

This commit is contained in:
Peter Fajdiga
2023-12-16 11:14:31 +01:00
parent 950e0de076
commit db48644944

View File

@@ -301,6 +301,20 @@
</layout>
</widget>
</item>
<item>
<spacer name="spacer_footer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_windowRules">