make it clearer in the server GUI what to do if the registration failed -> choose another server list

This commit is contained in:
Volker Fischer 2020-05-22 07:59:16 +02:00
parent b8d4654538
commit 166a4a33ff

View File

@ -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>