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