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>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer>
|
||||
<property name="orientation">
|
||||
|
@ -99,13 +102,10 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="lblCentralServerAddress">
|
||||
<property name="text">
|
||||
<string>Central Server Address:</string>
|
||||
<string>Custom Central Server Address:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue