Kaydet (Commit) dc053144 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

pivottablelayoutdialog: define default button

Change-Id: Ica4bc2a52e7351899a5741086c6db299caa5ed16
üst 6a27f470
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
<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="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