Remove has_default and receives_default property on a button (Fixes #2760)

This commit is contained in:
Mathieu Comandon 2020-04-28 08:59:06 -07:00
parent 36b234dd9e
commit 6d2de9add9

View file

@ -146,8 +146,6 @@
<object class="GtkButton" id="configure_runner">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Configure Runner</property>
<child>
<object class="GtkImage">