diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-11-22 23:43:43 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-11-23 22:22:08 +0100 |
commit | 953f8c7b53f159a702ee68ad970e58709696d66a (patch) | |
tree | 8573459e4018c66f59f6eb9c3fa572c47a9d44e7 /sd | |
parent | f27bfc190d4105b9d057980a5e6f0eac07f88aba (diff) |
tdf#121401 add can_focus to tabbs
Change-Id: I5e4b3559bdb642a3e0d8a44ad744efe65b684e59
Reviewed-on: https://gerrit.libreoffice.org/63859
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index fcc38d94417b..0239202d9deb 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -1980,7 +1980,7 @@ <child> <object class="sfxlo-NotebookbarTabControl" id="ContextContainer"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="hexpand">True</property> <child> <object class="sfxlo-PriorityHBox" id="FileBox"> diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index 0a6ca3bfc998..a9e6f7e171c7 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -2134,7 +2134,7 @@ <child> <object class="sfxlo-NotebookbarTabControl" id="ContextContainer"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="hexpand">True</property> <child> <object class="sfxlo-PriorityHBox" id="FileBox"> |