Make contact-storage pure storage
diff --git a/src/addcontactpanel.ui b/src/addcontactpanel.ui
index 3632931..99fd5e9 100644
--- a/src/addcontactpanel.ui
+++ b/src/addcontactpanel.ui
@@ -13,7 +13,7 @@
   <property name="windowTitle">
    <string>Add Contact</string>
   </property>
-  <widget class="QWidget" name="">
+  <widget class="QWidget" name="layoutWidget">
    <property name="geometry">
     <rect>
      <x>10</x>
@@ -52,6 +52,9 @@
         <property name="text">
          <string>Search</string>
         </property>
+        <property name="autoDefault">
+         <bool>false</bool>
+        </property>
        </widget>
       </item>
      </layout>
@@ -66,6 +69,9 @@
         <property name="text">
          <string>Cancel</string>
         </property>
+        <property name="autoDefault">
+         <bool>false</bool>
+        </property>
        </widget>
       </item>
       <item>
@@ -73,6 +79,9 @@
         <property name="text">
          <string>Add</string>
         </property>
+        <property name="autoDefault">
+         <bool>false</bool>
+        </property>
        </widget>
       </item>
      </layout>