in the server move central server combo box to the left

This commit is contained in:
Volker Fischer 2020-05-22 07:56:05 +02:00
parent 78f810249e
commit b8d4654538
2 changed files with 11 additions and 8 deletions

View file

@ -18,8 +18,11 @@
- save client settings on Linux cmdline termination signal, coded by pljones (#70) - save client settings on Linux cmdline termination signal, coded by pljones (#70)
TODO fix .tar.gz Linux release 3.5.3 on Sourceforge (gives compile errors) TODO fix .tar.gz Linux release 3.5.3 on Sourceforge (gives compile errors)
TODO remove central server selection combo box in settings dialog

View file

@ -63,11 +63,11 @@
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<item> <item>
<widget class="QCheckBox" name="chbRegisterServer"> <widget class="QCheckBox" name="chbRegisterServer">
<property name="text"> <property name="text">
<string>Make My Server Public (Register My Server in the Server List)</string> <string>Make My Server Public (Register My Server in the Server List)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
@ -104,10 +104,10 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="edtCentralServerAddress"/> <widget class="QComboBox" name="cbxCentServAddrType"/>
</item> </item>
<item> <item>
<widget class="QComboBox" name="cbxCentServAddrType"/> <widget class="QLineEdit" name="edtCentralServerAddress"/>
</item> </item>
</layout> </layout>
</item> </item>
@ -210,8 +210,8 @@
<tabstop>chbStartOnOSStart</tabstop> <tabstop>chbStartOnOSStart</tabstop>
<tabstop>chbUseCCLicence</tabstop> <tabstop>chbUseCCLicence</tabstop>
<tabstop>chbRegisterServer</tabstop> <tabstop>chbRegisterServer</tabstop>
<tabstop>edtCentralServerAddress</tabstop>
<tabstop>cbxCentServAddrType</tabstop> <tabstop>cbxCentServAddrType</tabstop>
<tabstop>edtCentralServerAddress</tabstop>
<tabstop>edtServerName</tabstop> <tabstop>edtServerName</tabstop>
<tabstop>edtLocationCity</tabstop> <tabstop>edtLocationCity</tabstop>
<tabstop>cbxLocationCountry</tabstop> <tabstop>cbxLocationCountry</tabstop>