Skip to content
Snippets Groups Projects
Commit ae043912 authored by inso's avatar inso
Browse files

Small UI fix

parent d3645022
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
<property name="text"> <property name="text">
<string>Recipient fingerprint</string> <string>Recipient fingerprint</string>
</property> </property>
<property name="checked">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -54,7 +57,11 @@ ...@@ -54,7 +57,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_contact"/> <widget class="QComboBox" name="comboBox_contact">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
...@@ -74,6 +81,9 @@ ...@@ -74,6 +81,9 @@
<property name="text"> <property name="text">
<string>Node</string> <string>Node</string>
</property> </property>
<property name="checked">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -118,7 +128,11 @@ ...@@ -118,7 +128,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_trustedNode"/> <widget class="QComboBox" name="comboBox_trustedNode">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment