[gnumeric] Paste special: make "ok" default so Enter works.



commit 7a82b2eb8f81c3057bae0a6c72260bc50f2de98f
Author: Morten Welinder <terra gnome org>
Date:   Fri Dec 24 13:59:52 2021 -0500

    Paste special: make "ok" default so Enter works.

 samples/docs-samples.gnumeric | Bin 11068 -> 11078 bytes
 src/dialogs/paste-special.ui  |   2 ++
 2 files changed, 2 insertions(+)
---
diff --git a/samples/docs-samples.gnumeric b/samples/docs-samples.gnumeric
index eb1d7919e..2cb07d310 100644
Binary files a/samples/docs-samples.gnumeric and b/samples/docs-samples.gnumeric differ
diff --git a/src/dialogs/paste-special.ui b/src/dialogs/paste-special.ui
index 086fcc48f..c6d2bf7de 100644
--- a/src/dialogs/paste-special.ui
+++ b/src/dialogs/paste-special.ui
@@ -70,6 +70,8 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]