summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-23 20:01:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-23 23:48:51 +0200
commiteb3587b1c54f7b264e6439d1cf39768c863284e4 (patch)
treeb80f00297e330e5105e3dee50a5a473d0da51b44 /sfx2
parent260086dffc5adddb3c6e60d423acd2aaeeb036eb (diff)
Related: tdf#126693 cannot put focus into combobox entry
set can-focus=True in internal GtkComboBoxText GtkEntry where the GtkEntry is editable=True Change-Id: I32cc7686c3a3cb9827f05f192227c0ad39669aa5 Reviewed-on: https://gerrit.libreoffice.org/78035 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/helpsearchpage.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/helpsearchpage.ui b/sfx2/uiconfig/ui/helpsearchpage.ui
index e610bcb916f2..a8eeec27324e 100644
--- a/sfx2/uiconfig/ui/helpsearchpage.ui
+++ b/sfx2/uiconfig/ui/helpsearchpage.ui
@@ -77,7 +77,7 @@
<property name="has_entry">True</property>
<child internal-child="entry">
<object class="GtkEntry" id="combobox-entry">
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
</object>
</child>
</object>