dbaccess/uiconfig/ui/detailwindow.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bfece0e86e1df7f8fdee3067177ca1588712600c Author: Caolán McNamara <[email protected]> AuthorDate: Wed Aug 26 14:04:28 2020 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Aug 26 21:57:17 2020 +0200 shouldn't be able to tab into scrolled preview window Change-Id: I0d4f1cdd75411687328b576b032f9b70bf17086d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101413 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/dbaccess/uiconfig/ui/detailwindow.ui b/dbaccess/uiconfig/ui/detailwindow.ui index 6942851383ad..36955532cf0c 100644 --- a/dbaccess/uiconfig/ui/detailwindow.ui +++ b/dbaccess/uiconfig/ui/detailwindow.ui @@ -64,7 +64,7 @@ <child> <object class="GtkScrolledWindow"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="border_width">0</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
