chore:取消appwidget固定大小

This commit is contained in:
2025-06-10 11:03:31 +08:00
parent 8b408d42d3
commit 7ab203c86a

View File

@@ -268,11 +268,11 @@
</item> </item>
<item> <item>
<widget class="QWidget" name="appWidget" native="true"> <widget class="QWidget" name="appWidget" native="true">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<width>598</width> <horstretch>0</horstretch>
<height>1328</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
</widget> </widget>
</item> </item>