Minor UI change in DBus selector as it is used for XSwiftBus also

This commit is contained in:
Klaus Basan
2019-06-01 02:52:45 +02:00
parent 13938e201d
commit 551053fe12

View File

@@ -2,6 +2,14 @@
<ui version="4.0"> <ui version="4.0">
<class>CDBusServerAddressSelector</class> <class>CDBusServerAddressSelector</class>
<widget class="QFrame" name="CDBusServerAddressSelector"> <widget class="QFrame" name="CDBusServerAddressSelector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>158</width>
<height>118</height>
</rect>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>DBus selector</string> <string>DBus selector</string>
</property> </property>
@@ -24,7 +32,7 @@
<string>swift peer to peer setup, setup to run swift on 2 computers</string> <string>swift peer to peer setup, setup to run swift on 2 computers</string>
</property> </property>
<property name="text"> <property name="text">
<string>DBus P2P server (2 computers)</string> <string>DBus P2P server (1/2 computers)</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>