summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-11-05 01:10:52 +0400
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-11-05 17:32:37 +0000
commit05b87c9a75fc36179b10c2995f77768edcd9ad96 (patch)
tree78c9ae5c6a0791610883fe7acd7c212b4c78f243 /cui
parent825f8422bb2cce52bd3095a63de14b34b32ae37c (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')
-rw-r--r--cui/uiconfig/ui/select_persona_dialog.ui4
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>