in the server move central server combo box to the left
This commit is contained in:
parent
78f810249e
commit
b8d4654538
2 changed files with 11 additions and 8 deletions
|
@ -18,8 +18,11 @@
|
|||
|
||||
- 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 remove central server selection combo box in settings dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -63,11 +63,11 @@
|
|||
<item>
|
||||
<layout class="QHBoxLayout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="chbRegisterServer">
|
||||
<property name="text">
|
||||
<string>Make My Server Public (Register My Server in the Server List)</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="chbRegisterServer">
|
||||
<property name="text">
|
||||
<string>Make My Server Public (Register My Server in the Server List)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer>
|
||||
|
@ -104,10 +104,10 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
||||
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
||||
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
@ -210,8 +210,8 @@
|
|||
<tabstop>chbStartOnOSStart</tabstop>
|
||||
<tabstop>chbUseCCLicence</tabstop>
|
||||
<tabstop>chbRegisterServer</tabstop>
|
||||
<tabstop>edtCentralServerAddress</tabstop>
|
||||
<tabstop>cbxCentServAddrType</tabstop>
|
||||
<tabstop>edtCentralServerAddress</tabstop>
|
||||
<tabstop>edtServerName</tabstop>
|
||||
<tabstop>edtLocationCity</tabstop>
|
||||
<tabstop>cbxLocationCountry</tabstop>
|
||||
|
|
Loading…
Reference in a new issue