Kaydet (Commit) 58d22176 authored tarafından Caolán McNamara's avatar Caolán McNamara

set ok as the default button

Change-Id: I44386a004f94a237fd03b301248b8dc260f47bbd
üst 2e535b61
...@@ -47,6 +47,8 @@ ...@@ -47,6 +47,8 @@
<property name="label">gtk-ok</property> <property name="label">gtk-ok</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="use_stock">True</property> <property name="use_stock">True</property>
</object> </object>
......
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