adapt host entry width to IPv6 len

This commit is contained in:
kvazar-network 2025-07-20 06:22:52 +03:00
parent 63155fe8b9
commit a5842d7da5

View File

@ -235,13 +235,13 @@
<widget class="QValidatedLineEdit" name="proxyIp">
<property name="minimumSize">
<size>
<width>140</width>
<width>320</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>140</width>
<width>320</width>
<height>16777215</height>
</size>
</property>
@ -422,13 +422,13 @@
<widget class="QValidatedLineEdit" name="proxyIpTor">
<property name="minimumSize">
<size>
<width>140</width>
<width>320</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>140</width>
<width>320</width>
<height>16777215</height>
</size>
</property>