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> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>535</width> <width>653</width>
<height>619</height> <height>619</height>
</rect> </rect>
</property> </property>
@ -14,11 +14,26 @@
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_scrollbar"> <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> <item>
<widget class="QScrollArea" name="scrollArea"> <widget class="QScrollArea" name="scrollArea">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>660</width>
<height>480</height> <height>480</height>
</size> </size>
</property> </property>