From eac301701e4f24a407c2b9df69e925e3d9cb4733 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 30 Sep 2019 13:26:41 +0100 Subject: add activates_default to GtkEntries in dialogs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit activates-default of True means pressing return activates the default button of the action area, which is typically what vcl Edit did by default. Change-Id: I60bc1634b04a486af86526d887d0ada961b08076 Reviewed-on: https://gerrit.libreoffice.org/79860 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/uiconfig/ui/asianphoneticguidedialog.ui | 10 ++++- svx/uiconfig/ui/chinesedictionary.ui | 64 +++++++++++++++-------------- svx/uiconfig/ui/classificationdialog.ui | 22 ++++++---- svx/uiconfig/ui/docrecoverybrokendialog.ui | 1 + 4 files changed, 56 insertions(+), 41 deletions(-) (limited to 'svx') diff --git a/svx/uiconfig/ui/asianphoneticguidedialog.ui b/svx/uiconfig/ui/asianphoneticguidedialog.ui index 38cb2cce1d09..2031144d6e3e 100644 --- a/svx/uiconfig/ui/asianphoneticguidedialog.ui +++ b/svx/uiconfig/ui/asianphoneticguidedialog.ui @@ -138,14 +138,15 @@ True False True + 6 6 12 - 6 True True True + True Base text @@ -161,6 +162,7 @@ True True + True 0 @@ -172,6 +174,7 @@ True True True + True 1 @@ -182,6 +185,7 @@ True True + True Ruby text @@ -197,6 +201,7 @@ True True + True Base text @@ -212,6 +217,7 @@ True True + True Ruby text @@ -227,6 +233,7 @@ True True + True Ruby text @@ -242,6 +249,7 @@ True True + True Base text diff --git a/svx/uiconfig/ui/chinesedictionary.ui b/svx/uiconfig/ui/chinesedictionary.ui index 66f75bd27e5c..a7f9da974b8f 100644 --- a/svx/uiconfig/ui/chinesedictionary.ui +++ b/svx/uiconfig/ui/chinesedictionary.ui @@ -2,6 +2,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + False 6 @@ -279,6 +303,7 @@ True True True + True 1 @@ -290,6 +315,7 @@ True True True + True 0 @@ -476,6 +502,13 @@ help + + both + + + + + @@ -494,35 +527,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - both - - - - - diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui index 29690610e250..fab9e74ffc5f 100644 --- a/svx/uiconfig/ui/classificationdialog.ui +++ b/svx/uiconfig/ui/classificationdialog.ui @@ -233,9 +233,6 @@ False False False - - - @@ -251,6 +248,9 @@ + + + @@ -425,6 +425,7 @@ True True + True @@ -450,9 +451,6 @@ False False False - - - @@ -468,6 +466,9 @@ + + + @@ -491,9 +492,6 @@ False False False - - - @@ -509,6 +507,9 @@ + + + @@ -534,6 +535,9 @@ + + + diff --git a/svx/uiconfig/ui/docrecoverybrokendialog.ui b/svx/uiconfig/ui/docrecoverybrokendialog.ui index ebf1bdd56858..11adfe0d1df5 100644 --- a/svx/uiconfig/ui/docrecoverybrokendialog.ui +++ b/svx/uiconfig/ui/docrecoverybrokendialog.ui @@ -178,6 +178,7 @@ The documents listed below will be saved in the folder noted below if you click True True True + True False -- cgit