diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-11-05 01:10:52 +0400 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-11-05 17:32:37 +0000 |
commit | 05b87c9a75fc36179b10c2995f77768edcd9ad96 (patch) | |
tree | 78c9ae5c6a0791610883fe7acd7c212b4c78f243 /cui/uiconfig | |
parent | 825f8422bb2cce52bd3095a63de14b34b32ae37c (diff) |
tdf#93195 Set default focus to search button
Change-Id: Id60a901b0d66e5e093f107c25db28b12a5f499d5
Reviewed-on: https://gerrit.libreoffice.org/19791
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/select_persona_dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui index ee5100ad23d4..c34e5184a84a 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> |