[Libreoffice-commits] core.git: cui/uiconfig

Yousuf Philips philipz85 at hotmail.com
Thu Nov 5 09:33:04 PST 2015


 cui/uiconfig/ui/select_persona_dialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 05b87c9a75fc36179b10c2995f77768edcd9ad96
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Thu Nov 5 01:10:52 2015 +0400

    tdf#93195 Set default focus to search button
    
    Change-Id: Id60a901b0d66e5e093f107c25db28b12a5f499d5
    Reviewed-on: https://gerrit.libreoffice.org/19791
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui
index ee5100a..c34e518 100644
--- a/cui/uiconfig/ui/select_persona_dialog.ui
+++ b/cui/uiconfig/ui/select_persona_dialog.ui
@@ -23,8 +23,6 @@
                 <property name="label">gtk-ok</property>
                 <property name="visible">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="use_stock">True</property>
               </object>
@@ -130,6 +128,8 @@
                             <property name="label" translatable="yes">_Search</property>
                             <property name="visible">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="use_underline">True</property>
                           </object>


More information about the Libreoffice-commits mailing list