increase port entry width

This commit is contained in:
kvazar-network 2025-07-20 07:15:32 +03:00
parent ef0b330059
commit 072cdf0733

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>55</width> <width>60</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>60</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>55</width> <width>60</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>60</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>