dbaccess/uiconfig/ui/fielddescpanel.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit bde1637b30570ee82fd8f3f72d1f6f4012914fc0 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Aug 28 14:15:31 2020 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Aug 28 20:15:18 2020 +0200 tab should be just used to move focus Change-Id: I3f079a3bfcabd82015a0da6ddd5c4ac2a51a9b93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101551 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/dbaccess/uiconfig/ui/fielddescpanel.ui b/dbaccess/uiconfig/ui/fielddescpanel.ui index 1da8353000b2..27d3604a33cc 100644 --- a/dbaccess/uiconfig/ui/fielddescpanel.ui +++ b/dbaccess/uiconfig/ui/fielddescpanel.ui @@ -50,6 +50,7 @@ <property name="can_focus">True</property> <property name="editable">False</property> <property name="wrap_mode">word</property> + <property name="accepts_tab">False</property> </object> </child> </object> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
