1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

fix(gui): 恢复固定高度 420,滚动区域内添加弹性 Spacer 维持控件间距

This commit is contained in:
2026-05-30 22:05:21 +08:00
parent e893752c25
commit d6e8eef8c8
+14 -1
View File
@@ -19,7 +19,7 @@
<property name="maximumSize">
<size>
<width>580</width>
<height>16777215</height>
<height>420</height>
</size>
</property>
<property name="windowTitle">
@@ -415,6 +415,19 @@
</property>
</widget>
</item>
<item>
<spacer name="AppearancePageSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>