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

fix(gui): 修复一些界面问题

This commit is contained in:
2026-01-12 14:22:20 +08:00
parent bb180f8c8e
commit aa7a806ff7
+15 -2
View File
@@ -905,7 +905,7 @@
<widget class="QSpinBox" name="MaxBeginTimeDiffSpinBox">
<property name="minimumSize">
<size>
<width>65</width>
<width>55</width>
<height>25</height>
</size>
</property>
@@ -1052,7 +1052,20 @@
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="MaxRenewTimeDiffSpinBox"/>
<widget class="QSpinBox" name="MaxRenewTimeDiffSpinBox">
<property name="minimumSize">
<size>
<width>55</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="PreferLateRenewTimeCheckBox">