diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-26 14:04:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-26 21:57:17 +0200 |
commit | bfece0e86e1df7f8fdee3067177ca1588712600c (patch) | |
tree | f7d09f5b5395cb2c2c9a1bc497936afec0c6dd58 /dbaccess/uiconfig | |
parent | 3def184dc176ff7f8f794e510ce4c6e98352140d (diff) |
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 <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/detailwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
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> |