Small adjustments

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-05-18 23:32:23 +08:00
parent 37e12fff02
commit b296085ea0
3 changed files with 43 additions and 26 deletions

View File

@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>450</width>
<height>365</height>
<height>370</height>
</rect>
</property>
<property name="windowTitle">
@ -161,9 +161,15 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="serverAddressTextBox">
<property name="placeholderText">
<string>Server Address</string>
<widget class="QComboBox" name="serverAddressBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>