Commit b8372d52 authored by Luci Stanescu's avatar Luci Stanescu

Removed the autoDefault flag of contact editor dialog buttons

parent c7668719
...@@ -108,6 +108,9 @@ ...@@ -108,6 +108,9 @@
<property name="text"> <property name="text">
<string>Clear</string> <string>Clear</string>
</property> </property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
...@@ -289,6 +292,9 @@ ...@@ -289,6 +292,9 @@
<property name="text"> <property name="text">
<string>Cancel</string> <string>Cancel</string>
</property> </property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -302,6 +308,12 @@ ...@@ -302,6 +308,12 @@
<property name="text"> <property name="text">
<string>Add</string> <string>Add</string>
</property> </property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment