Add Trust Scope UI operation
diff --git a/src/contactpanel.ui b/src/contactpanel.ui
index 0e5bbfb..08c15a3 100644
--- a/src/contactpanel.ui
+++ b/src/contactpanel.ui
@@ -206,13 +206,19 @@
<property name="text">
<string>Add Scope</string>
</property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="addScope_2">
+ <widget class="QPushButton" name="deleteScope">
<property name="text">
<string>Delete Scope</string>
</property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
</widget>
</item>
</layout>