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

fix(gui.ALConfigWidget): fix the width of web driver path line edit

This commit is contained in:
2025-11-08 18:31:07 +08:00
parent 82ea40d3dc
commit 631785122b
+2 -2
View File
@@ -1127,13 +1127,13 @@
<widget class="QLineEdit" name="BrowseBrowserDriverEdit">
<property name="minimumSize">
<size>
<width>265</width>
<width>250</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>260</width>
<width>300</width>
<height>25</height>
</size>
</property>