increase port entry width

This commit is contained in:
kvazar-network 2025-07-20 08:30:49 +03:00
parent 446c02421c
commit 15f6f52987

View File

@ -267,13 +267,13 @@
<widget class="QLineEdit" name="proxyPort"> <widget class="QLineEdit" name="proxyPort">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>60</width> <width>64</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>60</width> <width>64</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -454,13 +454,13 @@
<widget class="QLineEdit" name="proxyPortTor"> <widget class="QLineEdit" name="proxyPortTor">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>60</width> <width>64</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>60</width> <width>64</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>