diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-17 11:35:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-17 15:04:12 +0200 |
commit | bb6333fb1ef0c360e87d90924a2540c96acbd504 (patch) | |
tree | 7a033fb0e4b1a0ba599b58be6eee27e7f61cf31e | |
parent | 7c9b2d971a211fb721f8d529c50ca4f953517b9c (diff) |
Related: tdf#125935 allow focus in MenuButton
Change-Id: Id1db5f1e30601154801b789a0e0d1fd186c09758
Reviewed-on: https://gerrit.libreoffice.org/74156
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sc/uiconfig/scalc/ui/headerfootercontent.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/headerfootercontent.ui b/sc/uiconfig/scalc/ui/headerfootercontent.ui index d39796409fb8..4bea5b32a203 100644 --- a/sc/uiconfig/scalc/ui/headerfootercontent.ui +++ b/sc/uiconfig/scalc/ui/headerfootercontent.ui @@ -311,7 +311,7 @@ <child> <object class="GtkMenuButton" id="buttonBTN_FILE"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes" context="headerfootercontent|buttonBTN_FILE|tooltip_text">Title</property> |