make it clearer in the server GUI what to do if the registration failed -> choose another server list
This commit is contained in:
parent
b8d4654538
commit
166a4a33ff
1 changed files with 4 additions and 4 deletions
|
@ -69,6 +69,9 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer>
|
<spacer>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
|
@ -99,13 +102,10 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lblCentralServerAddress">
|
<widget class="QLabel" name="lblCentralServerAddress">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Central Server Address:</string>
|
<string>Custom Central Server Address:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue