qt: Fixed Configure window being too horizontally small to fit System settings tab

This commit is contained in:
OpenSauce04 2025-02-28 23:13:16 +00:00
parent 3b57fd9876
commit 8592e05d44

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>535</width>
<width>653</width>
<height>619</height>
</rect>
</property>
@ -14,11 +14,26 @@
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_scrollbar">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="minimumSize">
<size>
<width>0</width>
<width>660</width>
<height>480</height>
</size>
</property>